diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 44c593324..c253a1d0c 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -427,6 +427,7 @@ namespace Flow.Launcher if (e.Key == Key.Enter) RefreshPluginStoreEventHandler(sender, e); } + private void OnPluginSettingKeydown(object sender, KeyEventArgs e) { if ((Keyboard.Modifiers & ModifierKeys.Control) == ModifierKeys.Control && e.Key == Key.F)