qml: pressing "Esc" on desktop to ~simulate "back" button
This commit is contained in:
@@ -430,6 +430,14 @@ ApplicationWindow
|
||||
}
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
context: Qt.ApplicationShortcut
|
||||
sequence: "Esc"
|
||||
onActivated: {
|
||||
close()
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: Daemon
|
||||
function onWalletRequiresPassword(name, path) {
|
||||
|
||||
Reference in New Issue
Block a user