Order key_name_aliases by their ASCII value

This commit is contained in:
Luflosi 2019-09-18 15:56:56 +02:00
parent ed70d95c44
commit 1ffe9bef35
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

View File

@ -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',