Order key_name_aliases by their ASCII value
This commit is contained in:
parent
ed70d95c44
commit
1ffe9bef35
@ -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…
x
Reference in New Issue
Block a user