|
|
|
|
|
by eviks
760 days ago
|
|
> Yes modifiers are a state, not a key So why are you talking about a key then??? Kitty doesn't support left/right modifiers unlike proper keybinding handling apps, the left/right presses for non-modifier keys aren't relevant How would you bind LeftAlt-A to something different from RightAlt-A in Kitty? |
|
You seem to be thoroughly confused about what is a modifier and what is a key. Left and right ctrl/alt/shift are KEYS not MODIFIERS. You can track whether they are held down or up by tracking their press and release events just like for any other key.