Skip to content

Commit 018e543

Browse files
committed
Allow to quit with ESC
1 parent 439d334 commit 018e543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/Main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ApplicationWindow {
1414
Material.primary: Material.Green
1515
Material.accent: Material.Pink
1616
Shortcut {
17-
sequence: StandardKey.Quit
17+
sequences: [StandardKey.Quit, StandardKey.Cancel]
1818
onActivated: Qt.quit();
1919
}
2020
DropArea {

0 commit comments

Comments
 (0)