ililim / dual-key-remap

Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)
GNU General Public License v2.0
499 stars 36 forks source link

Overridden by AutoHotKey script #65

Closed deadcombo closed 1 year ago

deadcombo commented 1 year ago

Hello,

I'm trying to use this .ahk script, which I must admit I don't fully understand. https://github.com/justintanner/universal-emacs-keybindings

I want to combine it with dual:

remap_key=CAPSLOCK
when_alone=CAPSLOCK
with_other=LEFT_CTRL

remap_key=TAB
when_alone=TAB
with_other=ALT

remap_key=RIGHT_CTRL
when_alone=LEFT_WIN
with_other=ALT

When I load the script, the dual binds are overridden and return to their original functions. Can you please help me figure it out? Cheers.

deadcombo commented 1 year ago

This is just completely down to the script, I'm sorry to have jumped the gun. Please feel free to delete it, I wish I could.

Thanks for the program!