mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Use shifted keys to match shortcuts as well
This commit is contained in:
@@ -21,6 +21,8 @@ functional_key_name_aliases = {
|
||||
'ARROWRIGHT': 'RIGHT',
|
||||
'ARROWLEFT': 'LEFT',
|
||||
'DEL': 'DELETE',
|
||||
'KP_PLUS': 'KP_ADD',
|
||||
'KP_MINUS': 'KP_SUBTRACT',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user