Merge branch 'add_missing_named_keys' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-09-01 05:43:27 +05:30
commit def0c55df3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -32,6 +32,7 @@ named_keys = {
';': 'SEMICOLON', ';': 'SEMICOLON',
'=': 'EQUAL', '=': 'EQUAL',
'[': 'LEFT_BRACKET', '[': 'LEFT_BRACKET',
'\\': 'BACKSLASH',
']': 'RIGHT_BRACKET', ']': 'RIGHT_BRACKET',
'`': 'GRAVE_ACCENT' '`': 'GRAVE_ACCENT'
} }