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

This commit is contained in:
Kovid Goyal 2019-09-18 19:45:19 +05:30
commit 49bf876f73
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -21,7 +21,6 @@ key_name_aliases = {
'\\': 'BACKSLASH',
']': 'RIGHT_BRACKET',
'`': 'GRAVE_ACCENT',
'+': 'PLUS',
'ESC': 'ESCAPE',
'PGUP': 'PAGE_UP',