Fix HShortcutHandler not processing shortcuts

This commit is contained in:
miruka
2019-08-31 15:34:05 -04:00
parent 8d1c02f44f
commit 28d8721fe2
3 changed files with 22 additions and 23 deletions

View File

@@ -108,8 +108,8 @@ class UISettings(JSONConfigFile):
"theme": "Default.qpl",
"writeAliases": {},
"keys": {
"startDebugger": ["Alt+Shift+D"],
"reloadConfig": "Alt+Shift+R",
"startDebugger": "Alt+Shift+D",
"reloadConfig": "Alt+Shift+R",
"scrollUp": ["Alt+Up", "Alt+K"],
"scrollDown": ["Alt+Down", "Alt+J"],