Add basic JS/QML debug console

This commit is contained in:
miruka
2019-09-05 15:05:57 -04:00
parent f7b3e0f032
commit 58d491a2b3
4 changed files with 106 additions and 3 deletions

View File

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