Handle the Return key on logout screen

REVIEW: 119716
wilder-5.14
Martin Klapetek 12 years ago
parent a9a5615019
commit 55acbef1de
  1. 5
      lookandfeel/contents/components/LogoutScreen.qml

@ -45,6 +45,11 @@ BreezeBlock {
shortcut: "Escape"
}
Controls.Action {
onTriggered: root.currentAction()
shortcut: "Return"
}
onRemainingTimeChanged: {
if(remainingTime<0)
root.currentAction()

Loading…
Cancel
Save