dual-key-remap icon indicating copy to clipboard operation
dual-key-remap copied to clipboard

Multiple modifiers

Open mnsc opened this issue 2 years ago • 2 comments

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

mnsc avatar Feb 21 '23 09:02 mnsc

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.

ililim avatar Feb 21 '23 22:02 ililim

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.

jasonquigleyhpecom avatar Aug 04 '23 10:08 jasonquigleyhpecom