From fb3eb06c74a499dbff5f31e6405f6177df45dfa0 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 18 Apr 2024 03:10:33 +0900 Subject: [PATCH] Fix Xaml --- Flow.Launcher/SettingWindow.xaml | 218 ++++++++++++++++--------------- 1 file changed, 113 insertions(+), 105 deletions(-) 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 @@ - + + + - - - - - - - - - - - - - - - - - - - - - -