add handlers to enter push
This commit is contained in:
parent
691680adef
commit
d74a431e95
10 changed files with 38 additions and 14 deletions
|
|
@ -177,6 +177,9 @@ PageType {
|
|||
onClicked: {
|
||||
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl("starter-guide"))
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: this.clicked()
|
||||
Keys.onReturnPressed: this.clicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue