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
@@ -220,7 +220,7 @@ SmartPanel {
selectNextWrapped()
}
function onShiftTabPressed() {
function onBackTabPressed() {
selectPreviousWrapped()
}