diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 7 |
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 |