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

@@ -14,6 +14,7 @@ HRectangle {
HListView {
id: eventList
clip: true
Component.onCompleted: shortcuts.flickTarget = eventList
function canCombine(item, itemAfter) {
if (! item || ! itemAfter) { return false }