Merge branch 'add_missing_named_keys' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
def0c55df3
@ -32,6 +32,7 @@ named_keys = {
|
||||
';': 'SEMICOLON',
|
||||
'=': 'EQUAL',
|
||||
'[': 'LEFT_BRACKET',
|
||||
'\\': 'BACKSLASH',
|
||||
']': 'RIGHT_BRACKET',
|
||||
'`': 'GRAVE_ACCENT'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user