mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
SessionMenu: add left and right key navigation
This commit is contained in:
@@ -304,6 +304,14 @@ SmartPanel {
|
||||
selectPreviousWrapped();
|
||||
}
|
||||
|
||||
function onLeftPressed() {
|
||||
selectPreviousWrapped();
|
||||
}
|
||||
|
||||
function onRightPressed() {
|
||||
selectNextWrapped();
|
||||
}
|
||||
|
||||
function onUpPressed() {
|
||||
selectPreviousWrapped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user