You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'd like to map some CapsLock + keys to other combinations, while at the same time I want to preserve the normal usage of capslock when tapped normally.
Now, using simple things work (e.g mapping Caps lock + h to key_left, but the problem is that the actual capslock status gets activated and never restored.
So I was thinking to instead map it to Caps lock + h to Capslock and key_left, but still it doesn't seem to work.
Is there a way to make such event to be even forwarded when used as modifier?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I'd like to map some CapsLock + keys to other combinations, while at the same time I want to preserve the normal usage of capslock when tapped normally.
Now, using simple things work (e.g mapping
Caps lock + h
tokey_left
, but the problem is that the actual capslock status gets activated and never restored.So I was thinking to instead map it to
Caps lock + h
toCapslock
andkey_left
, but still it doesn't seem to work.Is there a way to make such event to be even forwarded when used as modifier?
Beta Was this translation helpful? Give feedback.
All reactions