mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-28 02:46:30 +03:00
add enter shortcut for unlocking the store
This commit is contained in:
@@ -154,7 +154,11 @@
|
||||
Text="{Binding UnlockPassword, Mode=TwoWay}"
|
||||
PasswordChar="*"
|
||||
Width="450"
|
||||
Loaded="UnlockPasswordEdit_Loaded" />
|
||||
Loaded="UnlockPasswordEdit_Loaded">
|
||||
<TextBox.KeyBindings>
|
||||
<KeyBinding Gesture="Return" Command="{Binding TryUnlock}"/>
|
||||
</TextBox.KeyBindings>
|
||||
</TextBox>
|
||||
|
||||
<Button x:Name="UnlockButton"
|
||||
Command="{Binding TryUnlock}"
|
||||
|
||||
Reference in New Issue
Block a user