diff --git a/app/main.qml b/app/main.qml index 3551d5c..0f81755 100644 --- a/app/main.qml +++ b/app/main.qml @@ -58,7 +58,7 @@ ApplicationWindow{ Action { id: quitAction text: qsTr("&Quit") - shortcut: "Ctrl+Q" + shortcut: "Ctrl+Shift+Q" onTriggered: terminalWindow.close(); } Action{