|
I've long set up CapsLock as an additional Control, this works exactly as you might expect in keymapper ( I was trying an experiment instead mapping CapsLock to a virtual modifier key ( Wondering if this is the intended behaviour |
Replies: 3 comments 2 replies
|
It sounds like I'm exploiting the same or similar behavior on this wiki example https://github.com/houmain/keymapper/wiki#CapsWord. At least with my setup this lits the CapsLock key light to indicate "CapsWord" is on. All while I'm also using CapsLock as a secondary Control. I don't own a keyboard with NumLock (or ScrollLock) keys but it definitely appears they might all have special handling in the sense that there's two way communication since the key can be toggled by software. Perhaps not in all keyboards but IIRC correctly this same trick has worked with all my keyboards so far. |
Yes, unlike normal keys virtual keys are toggled. Your workaround looks good, to toggle it on press and release. |
|
Ah, that makes sense. So it's the virtual key behaviour and not related to anything special with caps lock itself. |
Yes, unlike normal keys virtual keys are toggled. Your workaround looks good, to toggle it on press and release.