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