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:
miruka
2019-08-22 13:03:26 -04:00
parent 3749d1e135
commit 8de26c11a1
9 changed files with 118 additions and 60 deletions

View File

@@ -27,8 +27,7 @@ ApplicationWindow {
property var theme: null
Shortcuts { id: shortcuts}
Python { id: py }
Python { id: py }
HLoader {
anchors.fill: parent