summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-08 11:01:35 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-08 11:01:35 +0200
commitbd6c52e3d3a4fbbe3381540cb844ee2b94691285 (patch)
tree7c2092b35a0b8a9dfbe30ab1506a1354f981a492 /components
parent3c5d0efe526475f3143a90f7807b35df59c39b52 (diff)
downloadkube-bd6c52e3d3a4fbbe3381540cb844ee2b94691285.tar.gz
kube-bd6c52e3d3a4fbbe3381540cb844ee2b94691285.zip
add quit shortcut
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 05f4fbc3..28e5569f 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -63,6 +63,10 @@ Controls2.ApplicationWindow {
63 63
64 //BEGIN Shortcuts 64 //BEGIN Shortcuts
65 Shortcut { 65 Shortcut {
66 sequence: StandardKey.Quit
67 onActivated: Qt.quit()
68 }
69 Shortcut {
66 id: syncShortcut 70 id: syncShortcut
67 property variant folder: null 71 property variant folder: null
68 sequence: StandardKey.Refresh 72 sequence: StandardKey.Refresh