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

Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)

Results 25 dual-key-remap issues
Sort by recently updated
recently updated
newest added

Thank you for this awesome script. When I use the script with Japanese input (the default Microsoft IME), after pressing caps lock, it will behave like ctrl is always being...

Hey there! Is it possible to map to specifically right ctrl instead of just ctrl which afaik would trigger on both? I'm struggling to find out what config to use,...

config: remap_key=F7 when_alone=PAUSE with_other=PAUSE pressing F7 does not do anything. Maybe I should use something like MEDIA_PAUSE_PLAY?

UPDATE: reported upstream at https://github.com/microsoft/terminal/issues/11148 Actually, on the Edge browser CTRL+SHIFT+W doesn't work either - but it does work when using the real CTRL key. What I notice is that...

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...

enhancement

I would document somewhere that Dual Key Remap process should run with at least normal priority. When set below that and combined with high CPU usage, like when starting an...

enhancement

This is my dual-key-remap config: ``` remap_key=CTRL when_alone=ESCAPE with_other=RIGHT_CTRL ``` And this is my keybind in autohotkey: ```ahk >^'::AltTab >^;::ShiftAltTab ``` Note: `>^` refers to the right (`>`) ctrl (`^`)...

I see some unexpected caps_lock outputs in the debug log when I hold down a default remapped caps_lock and scroll. Eg. to change zoom in the web browser. It seems...

I have multiple keyboards on my computer, but I want to use one as a macro pad. Does this program support specifying the keyboard to which these remaps are applied?

Update Wiki to reflect new keywords for remaps (i.e. KEY_US_SLASH -> US_SLASH for example)