Skip to content

Commit 4c2760e

Browse files
Comment F1 keybinding
1 parent f210102 commit 4c2760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</Window.Resources>
4444
<Window.InputBindings>
4545
<KeyBinding Key="Escape" Command="{Binding EscCommand}" />
46-
<KeyBinding Key="F1" Command="{Binding StartHelpCommand}" />
46+
<!--KeyBinding Key="F1" Command="{Binding StartHelpCommand}" /-->
4747
<KeyBinding Key="F5" Command="{Binding ReloadPluginDataCommand}" />
4848
<KeyBinding Key="Tab" Command="{Binding AutocompleteQueryCommand}" />
4949
<KeyBinding

0 commit comments

Comments
 (0)