summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
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