summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-18 13:12:38 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-22 10:26:27 +0200
commitbc64551d4083e47fad3deefd69f66b745bbbee2d (patch)
tree6dd70a9ad96e7c5a3fa0e7fe7d8b112945ac582f /components
parentd373ecc37fd1f2f0a0d980b7f393c29bdf90c855 (diff)
downloadkube-bc64551d4083e47fad3deefd69f66b745bbbee2d.tar.gz
kube-bc64551d4083e47fad3deefd69f66b745bbbee2d.zip
keyring
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 86e0f5bb..a9e8af09 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -111,7 +111,12 @@ Controls2.ApplicationWindow {
111 Shortcut { 111 Shortcut {
112 onActivated: Kube.Fabric.postMessage(Kube.Messages.search, {}) 112 onActivated: Kube.Fabric.postMessage(Kube.Messages.search, {})
113 sequence: StandardKey.Find 113 sequence: StandardKey.Find
114 114 }
115 Shortcut {
116 onActivated: {
117 Kube.Fabric.postMessage(Kube.Messages.unlockKeyring, {accountId: app.currentAccount})
118 }
119 sequence: "Ctrl+l"
115 } 120 }
116 Shortcut { 121 Shortcut {
117 id: syncShortcut 122 id: syncShortcut