Unify Sessions (shift+)tab and up/down navigation
This commit is contained in:
parent
fb846226f8
commit
0d7a33d3a9
|
@ -156,6 +156,8 @@ HColumnPage {
|
|||
Layout.fillHeight: true
|
||||
|
||||
Keys.onEscapePressed: uncheckAll()
|
||||
Keys.onTabPressed: incrementCurrentIndex()
|
||||
Keys.onBacktabPressed: decrementCurrentIndex()
|
||||
Keys.onSpacePressed: if (currentItem) toggleCheck(currentIndex)
|
||||
Keys.onEnterPressed: if (currentItem) currentItem.openMenu(false)
|
||||
Keys.onReturnPressed: Keys.onEnterPressed(event)
|
||||
|
|
Loading…
Reference in New Issue
Block a user