Keyboard Shortcuts: replaced and fixed shiftTab to backTab.

This commit is contained in:
ItsLemmy
2025-11-13 08:28:28 -05:00
parent 7021653764
commit 04439699ae
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ Item {
// Note: SmartPanelWindow directly calls these functions via panelWrapper reference
function onEscapePressed() {}
function onTabPressed() {}
function onShiftTabPressed() {}
function onBackTabPressed() {}
function onUpPressed() {}
function onDownPressed() {}
function onLeftPressed() {}