Add keybind to reload config file (default Alt+R)

This commit is contained in:
miruka
2019-07-24 17:26:40 -04:00
parent cf5d76dd10
commit eb97f08d6a
3 changed files with 18 additions and 7 deletions

View File

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