add handlers to enter push
This commit is contained in:
parent
691680adef
commit
d74a431e95
10 changed files with 38 additions and 14 deletions
|
@ -71,6 +71,9 @@ PageType {
|
|||
onClicked: function() {
|
||||
SettingsController.strictKillSwitchEnabled = false
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: this.clicked()
|
||||
Keys.onReturnPressed: this.clicked()
|
||||
}
|
||||
|
||||
DividerType {}
|
||||
|
@ -102,6 +105,9 @@ PageType {
|
|||
|
||||
showQuestionDrawer(headerText, descriptionText, yesButtonText, noButtonText, yesButtonFunction, noButtonFunction)
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: this.clicked()
|
||||
Keys.onReturnPressed: this.clicked()
|
||||
}
|
||||
|
||||
DividerType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue