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

Multiple modifiers #62

Open mnsc opened 1 year ago

mnsc commented 1 year ago

Would it be possible to add a functionality to simulate multiple modifiers for with_other. Specifically I'm looking to remap the right windows key to ctr+alt+shift (makes a bit of sense since Alt Gr is ctrl+alt).

remap_key=RIGHT_WIN
when_alone=NOOP(is this a thing?)
with_other=CTRL+ALT+SHIFT
ililim commented 1 year ago

That's an interesting use case, I'll consider adding that thanks!

Since the above config doesn't seem to use the dual-key functionailty, you could achieve this by using AutoHotkey instead.

jasonquigleyhpecom commented 1 year ago

It would be nice to be able to do this:

remap_key=CAPSLOCK
when_alone=ESCAPE
with_other=CTRL+ALT+SHIFT+WIN

to implement a "HYPER" key.