vimcaps icon indicating copy to clipboard operation
vimcaps copied to clipboard

vimcaps can not change lock status if the keys were remapped

Open suxpert opened this issue 3 years ago • 1 comments

If we remap the caps lock, e.g., I'm using power toys, and remap the capslock as left control, then vimcaps can only read the keyboard status, but won't be able to toggle the key itself.

suxpert avatar Aug 26 '22 03:08 suxpert

After some testing on AutoHotKey, it seems that these key mapping tools recognized the key pressing simulated via vimcaps as physical keyboard event. This is what I was intend to do, but it seems that this types of simulation is not a good way to toggle the caps lock.

We might need some more direct way to modify the keyboard state internally.

suxpert avatar Aug 29 '22 09:08 suxpert