dual-key-remap
dual-key-remap copied to clipboard
Multiple modifiers
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
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.
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.