diff --git a/src/controls/AbstractApplicationWindow.qml b/src/controls/AbstractApplicationWindow.qml --- a/src/controls/AbstractApplicationWindow.qml +++ b/src/controls/AbstractApplicationWindow.qml @@ -288,4 +288,9 @@ id: internal property Item __passiveNotification } + + Shortcut { + sequence: StandardKey.Quit + onActivated: root.close() + } }