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
508 stars 36 forks source link

Ctrl + Mouse Click #2

Closed JeffOwOSun closed 5 years ago

JeffOwOSun commented 5 years ago

Currently mouse click doesn't result in CapsLock sending Ctrl. Is it difficult to implement?

ililim commented 5 years ago

Ah yes, that's correct, it would indeed make more sense to treat click+capslock as ctrl+click. This shouldn't be too difficult, I'll implement this with the next release.

ililim commented 5 years ago

This has been implemented in the latest release (v0.4). Clicking (MOUSE_DOWN) will now trigger the dual key to send the with_other key (CTRL by default).