Fix for issue 3886 (#6585)

This commit is contained in:
Arjun Balgovind
2020-09-14 13:12:02 -07:00
committed by GitHub
parent 7328aa7df5
commit 25f93e8b94
3 changed files with 65 additions and 44 deletions

View File

@@ -98,7 +98,7 @@
</Grid>
<Window.InputBindings>
<KeyBinding Key="Escape" Command="{Binding EscCommand}" />
<KeyBinding Key="Enter" Command="{Binding OpenResultCommand}" />
<KeyBinding Key="Enter" Command="{Binding OpenResultWithKeyboardCommand}" />
<KeyBinding Modifiers="Alt" Key="F4" Command="{Binding IgnoreCommand}" />
</Window.InputBindings>
</Window>