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

Certain combos not working #28

Closed freerror closed 3 years ago

freerror commented 3 years ago

Ctrl+Shift+X is not working in VS Code, and I assume elsewhere.

Ctrl+Alt+Del is also not working.

freerror commented 3 years ago

I believe the reason for this is highlighted in the readme provided with the current version:

Shortcuts that require Escape

Certain applications might require shortcuts such as Shift+Escape. These can still be launched with Dual Key Remap. To launch these, simply hold the modifier keys (e.g. Shift, Ctrl) first and press the CapsLock key last. Dual Key Remap will send the Shift+Escape key combination as expected!

The reason this works is because Dual Key Remap sends Escape or Ctrl depending on whether any other keys where pressed after CapsLock was held down, so tapping CapsLock as the last part of a sequence of keys will always send Escape.

freerror commented 3 years ago

Strangely other Ctrl+Shift combos are working in VS Codium, such as Ctrl+Shift+E to bring up the explorer.

Radivarig commented 3 years ago

Also pressing anything before the Ctrl doesn't work, Shift + Ctrl + something ignores Ctrl, but Ctrl + Shift + something works.

ililim commented 3 years ago

I'll take a look at this issue!

ililim commented 3 years ago

Should be fixed in https://github.com/ililim/dual-key-remap/discussions/36 If not, please feel free to open a new issue :)