We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439d334 commit 018e543Copy full SHA for 018e543
src/qml/Main.qml
@@ -14,7 +14,7 @@ ApplicationWindow {
14
Material.primary: Material.Green
15
Material.accent: Material.Pink
16
Shortcut {
17
- sequence: StandardKey.Quit
+ sequences: [StandardKey.Quit, StandardKey.Cancel]
18
onActivated: Qt.quit();
19
}
20
DropArea {
0 commit comments