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