Unify Sessions (shift+)tab and up/down navigation
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user