This commit is contained in:
parent
fdcc8105ba
commit
6025742e86
3 changed files with 132 additions and 69 deletions
|
@ -111,6 +111,8 @@ Popup {
|
|||
model.append({ 'chr': chr })
|
||||
}
|
||||
}
|
||||
|
||||
Keys.onEscapePressed: parent.close()
|
||||
}
|
||||
|
||||
function setFocus() {
|
||||
|
@ -118,5 +120,4 @@ Popup {
|
|||
insertGrid.forceActiveFocus()
|
||||
}
|
||||
|
||||
Keys.onEscapePressed: close()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue