Add numpad Enter handlers (Keys.onEnterPressed) (#516)
This commit is contained in:
parent
87a7d2e45c
commit
fff9f2b17d
8 changed files with 42 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ ToolButton {
|
|||
clicked()
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: {
|
||||
clicked()
|
||||
}
|
||||
|
||||
Keys.onRightPressed: {
|
||||
nextItemInFocusChain(true).forceActiveFocus(Qt.TabFocus)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue