HShortcutHandler & HShortcut components
Provide more powerful shortcuts handling than what's available with QML's Shortcut component, notably being able to react differently to key presses, releases and auto-repeats.
This commit is contained in:
@@ -115,7 +115,7 @@ class UISettings(JSONConfigFile):
|
||||
"theme": "Default.qpl",
|
||||
"writeAliases": {},
|
||||
"keys": {
|
||||
"reloadConfig": ["Alt+Shift+R"],
|
||||
"reloadConfig": "Alt+Shift+R",
|
||||
"scrollUp": ["Alt+Up", "Alt+K"],
|
||||
"scrollDown": ["Alt+Down", "Alt+J"],
|
||||
"focusSidePane": ["Alt+S", "Ctrl+S"],
|
||||
|
Reference in New Issue
Block a user