mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
Order key_name_aliases by their ASCII value
This commit is contained in:
parent
ed70d95c44
commit
1ffe9bef35
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ key_name_aliases = {
|
|||
"'": 'APOSTROPHE',
|
||||
',': 'COMMA',
|
||||
'-': 'MINUS',
|
||||
'_': 'UNDERSCORE',
|
||||
'.': 'PERIOD',
|
||||
'/': 'SLASH',
|
||||
';': 'SEMICOLON',
|
||||
|
|
@ -20,6 +19,7 @@ key_name_aliases = {
|
|||
'[': 'LEFT_BRACKET',
|
||||
'\\': 'BACKSLASH',
|
||||
']': 'RIGHT_BRACKET',
|
||||
'_': 'UNDERSCORE',
|
||||
'`': 'GRAVE_ACCENT',
|
||||
'§': 'PARAGRAPH',
|
||||
'º': 'MASCULINE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue