Use shifted keys to match shortcuts as well

This commit is contained in:
Kovid Goyal
2021-01-15 20:03:26 +05:30
parent 19a3635c64
commit 5ffbee1e8c
3 changed files with 15 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ functional_key_name_aliases = {
'ARROWRIGHT': 'RIGHT',
'ARROWLEFT': 'LEFT',
'DEL': 'DELETE',
'KP_PLUS': 'KP_ADD',
'KP_MINUS': 'KP_SUBTRACT',
}