From 81335ce7adf1c794a4b0820953c3fd8e666185d0 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Thu, 26 Mar 2026 20:42:17 +0300 Subject: [PATCH] add enter shortcut for unlocking the store --- src/KeyKeeper/Views/RepositoryWindow.axaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/KeyKeeper/Views/RepositoryWindow.axaml b/src/KeyKeeper/Views/RepositoryWindow.axaml index a8317dd..e3c14ac 100644 --- a/src/KeyKeeper/Views/RepositoryWindow.axaml +++ b/src/KeyKeeper/Views/RepositoryWindow.axaml @@ -154,7 +154,11 @@ Text="{Binding UnlockPassword, Mode=TwoWay}" PasswordChar="*" Width="450" - Loaded="UnlockPasswordEdit_Loaded" /> + Loaded="UnlockPasswordEdit_Loaded"> + + + +