We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e722b commit 1149ff5Copy full SHA for 1149ff5
Flow.Launcher/MainWindow.xaml
@@ -32,7 +32,6 @@
32
<converters:QuerySuggestionBoxConverter x:Key="QuerySuggestionBoxConverter"/>
33
<converters:BorderClipConverter x:Key="BorderClipConverter"/>
34
</Window.Resources>
35
-
36
<Window.InputBindings>
37
<KeyBinding Key="Escape" Command="{Binding EscCommand}"></KeyBinding>
38
<KeyBinding Key="F1" Command="{Binding StartHelpCommand}"></KeyBinding>
@@ -93,6 +92,7 @@
93
92
<MenuItem Command="ApplicationCommands.Paste"/>
94
<Separator />
95
<MenuItem Header="{DynamicResource flowlauncher_settings}" Click="OnContextMenusForSettingsClick" />
+ <MenuItem Command="{Binding EscCommand}" Header="Close"/>
96
</ContextMenu>
97
</TextBox.ContextMenu>
98
</TextBox>
0 commit comments