Add keyboard shortcuts to flick the events list

This commit is contained in:
miruka
2019-07-20 18:08:58 -04:00
parent d033ea84e8
commit 41eea44fff
5 changed files with 43 additions and 5 deletions

View File

@@ -31,9 +31,9 @@ ApplicationWindow {
property var settings: ({})
onSettingsChanged: py.saveSettings()
Theme { id: theme }
Python { id: py }
Theme { id: theme }
Shortcuts { id: shortcuts}
Python { id: py }
// Models
Accounts { id: accounts }