From bc64551d4083e47fad3deefd69f66b745bbbee2d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 18 Sep 2017 13:12:38 +0200 Subject: keyring --- components/kube/contents/ui/Kube.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'components') 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 { Shortcut { onActivated: Kube.Fabric.postMessage(Kube.Messages.search, {}) sequence: StandardKey.Find - + } + Shortcut { + onActivated: { + Kube.Fabric.postMessage(Kube.Messages.unlockKeyring, {accountId: app.currentAccount}) + } + sequence: "Ctrl+l" } Shortcut { id: syncShortcut -- cgit v1.2.3