Keyboard arrow navigation for Lock Screen

wilder-5.14
Sebastian Kügler 12 years ago
parent 697651faa6
commit 851825be17
  1. 6
      lookandfeel/contents/lockscreen/LockScreen.qml

@ -111,6 +111,12 @@ Image {
}
}
}
Keys.onLeftPressed: {
root.userSelect.decrementCurrentIndex();
}
Keys.onRightPressed: {
root.userSelect.incrementCurrentIndex();
}
}
controls: Item {

Loading…
Cancel
Save