Closed JeffOwOSun closed 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.
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).
Currently mouse click doesn't result in CapsLock sending Ctrl. Is it difficult to implement?