summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-09-11 17:58:50 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-09-11 17:58:50 +0200
commit6cf38a5fd02c53732270e047bf96286d558c0f78 (patch)
treec8b0aa8b01b313f3f27fa57ea01d7b7711f57e73 /components
parent9a059cbeb0c7ce778ecccb4d01a94948ce937720 (diff)
downloadkube-6cf38a5fd02c53732270e047bf96286d558c0f78.tar.gz
kube-6cf38a5fd02c53732270e047bf96286d558c0f78.zip
add find shortcut
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 1a0847fa..6bddf5d8 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -66,6 +66,11 @@ Controls2.ApplicationWindow {
66 onActivated: Qt.quit() 66 onActivated: Qt.quit()
67 } 67 }
68 Shortcut { 68 Shortcut {
69 onActivated: Kube.Fabric.postMessage(Kube.Messages.search, {})
70 sequence: StandardKey.Find
71
72 }
73 Shortcut {
69 id: syncShortcut 74 id: syncShortcut
70 property variant folder: null 75 property variant folder: null
71 sequence: StandardKey.Refresh 76 sequence: StandardKey.Refresh