Add keybinds to config file

This commit is contained in:
miruka
2019-07-24 17:05:27 -04:00
parent 2be23128b1
commit efa4ad0ae0
4 changed files with 12 additions and 6 deletions

View File

@@ -104,6 +104,11 @@ class UISettings(JSONConfigFile):
return {
"theme": "Default.qpl",
"writeAliases": {},
"keys": {
"scrollUp": ["Alt+Up", "Alt+K"],
"scrollDown": ["Alt+Down", "Alt+J"],
"startDebugger": ["Alt+Shift+D"],
},
}