diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 56c86dc18..376c4c940 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -2641,11 +2641,11 @@ Title="{DynamicResource flowlauncherHotkey}" Icon="" Sub="{DynamicResource flowlauncherHotkeyToolTip}"> - + ValidateKeyGesture="True" /> @@ -2654,10 +2654,10 @@ Title="{DynamicResource previewHotkey}" Icon="" Sub="{DynamicResource previewHotkeyToolTip}"> - + Hotkey="{Binding Settings.PreviewHotkey}" + ValidateKeyGesture="False" /> @@ -2722,7 +2722,7 @@ - + Hotkey="{Binding Settings.AutoCompleteHotkey}" + ValidateKeyGesture="False" /> - + Hotkey="{Binding Settings.Hotkey}" + ValidateKeyGesture="False" /> + Hotkey="{Binding Settings.SelectPrevItemHotkey}" + ValidateKeyGesture="False" /> + Icon=""> @@ -2833,102 +2834,109 @@ - + + + - - - - - - - - - - - - - - - - - - - - - -