Launcher: add CTRL+J/N keybinds (fixes #694)

This commit is contained in:
Ly-sec
2025-11-10 17:17:31 +01:00
parent 5402ae32f5
commit 20e1086060
2 changed files with 28 additions and 0 deletions
+8
View File
@@ -97,6 +97,14 @@ SmartPanel {
selectPreviousWrapped()
}
function onCtrlNPressed() {
selectNextWrapped()
}
function onCtrlPPressed() {
selectPreviousWrapped()
}
// Public API for plugins
function setSearchText(text) {
searchText = text