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

Not working in Parsec #48

Closed eidetic-av closed 2 years ago

eidetic-av commented 2 years ago

This application works fine in all other applications that I use, but when using Parsec, remappings are not considered and the keyboard behaves like default.

When the Parsec window is focused, the dual-key-remap debug window (when setting debug=1 in config) does not log any input events at all.

Perhaps it's related to #40, although this issue occurs even when no remote session is established, and only the Parsec settings window is focused.

Is there some common reason that some applications work while others do not? Or is it more something to figure out case-by-case.

Cheers.

ililim commented 2 years ago

I'm guessing that it would take some special handling to handle remote desktop software. Our of curiosity, have you tried AutoHotkey? Does it work with Parsec or not? If AHK doesn't work then I'm not sure there is much I can do, but if it does, I can see if I can recreate their fix around this.

eidetic-av commented 2 years ago

Ah, I just tried AutoHotKey and it also does not work with Parsec. No worries though, I'll just close this issue.