From be0ccfa1ba821e0dbc53001c235772fd81e61e38 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Thu, 7 Aug 2014 00:30:08 +0200 Subject: [PATCH] Changing close shortcut. --- app/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{