Use Tab to switch bar panels

This commit is contained in:
David Heinemeier Hansson
2026-05-27 10:40:32 +02:00
parent 848499a76b
commit b03a7cc73c
8 changed files with 61 additions and 1 deletions
+1
View File
@@ -664,6 +664,7 @@ Panel {
}
}
onCloseRequested: root.close()
onTabRequested: function(direction) { root.switchPanel(direction) }
onTextKey: function(t) {
if (t === "r" || t === "R") root.refresh()
}