Use Tab to switch bar panels
This commit is contained in:
@@ -372,6 +372,7 @@ Panel {
|
||||
}
|
||||
onActivateRequested: if (root.cursorActive) root.activateCursor()
|
||||
onCloseRequested: root.close()
|
||||
onTabRequested: function(direction) { root.switchPanel(direction) }
|
||||
|
||||
ScrollView {
|
||||
id: scrollArea
|
||||
|
||||
Reference in New Issue
Block a user