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
I've seen discussions where people mention that using remappings disables a given modifier key for any use outside evdevremapkeys.
A simple and elegant solution to this would give the option of defining a default catchall that would be applied any time an explicit key combo is not defined. Proposed syntax:
default – execute whenever the modifier was not used with an explicitly defined key
KEY – resend the key pressed
With the example presented above caps+hjkl works as vim–like navigation everywhere, while on a typical desktop environment e.g. caps+d would be "show desktop" and any other caps+KEY would be easily boundable via your desktop environment or something like xbindkeys.
The text was updated successfully, but these errors were encountered:
I've seen discussions where people mention that using remappings disables a given modifier key for any use outside evdevremapkeys.
A simple and elegant solution to this would give the option of defining a
default
catchall that would be applied any time an explicit key combo is not defined. Proposed syntax:Additions:
default
– execute whenever the modifier was not used with an explicitly defined keyKEY
– resend the key pressedWith the example presented above caps+hjkl works as vim–like navigation everywhere, while on a typical desktop environment e.g. caps+d would be "show desktop" and any other caps+KEY would be easily boundable via your desktop environment or something like xbindkeys.
The text was updated successfully, but these errors were encountered: