Add close on Escape shortcut
This commit is contained in:
parent
c566a62541
commit
03acced6d6
@ -34,6 +34,11 @@ ApplicationWindow {
|
||||
onActivated: inviteDialogRoot.accept()
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequence: StandardKey.Cancel
|
||||
onActivated: inviteDialogRoot.close()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 10
|
||||
|
Loading…
Reference in New Issue
Block a user