diff --git a/Flow.Launcher/HotkeyControl2Dialog.xaml b/Flow.Launcher/HotkeyControl2Dialog.xaml
index c70cc533b..1dcae03e9 100644
--- a/Flow.Launcher/HotkeyControl2Dialog.xaml
+++ b/Flow.Launcher/HotkeyControl2Dialog.xaml
@@ -3,7 +3,12 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ui="http://schemas.modernwpf.com/2019"
+ Background="{DynamicResource PopuBGColor}"
+ BorderBrush="{DynamicResource PopupButtonAreaBorderColor}"
+ BorderThickness="0,1,0,0"
+ CornerRadius="8"
DataContext="{Binding RelativeSource={RelativeSource Self}}"
+ Foreground="{DynamicResource PopupTextColor}"
PreviewKeyDown="OnPreviewKeyDown"
Style="{DynamicResource ContentDialog}">
@@ -12,26 +17,40 @@
-
-
-
-
+
-
+
-
+
+
+
+
+ Grid.Column="0"
+ Grid.ColumnSpan="2"
+ Width="450"
+ Height="250"
+ Padding="26,12,26,0">
@@ -42,11 +61,20 @@
-
+
@@ -56,24 +84,60 @@
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+ Background="{DynamicResource PopupButtonAreaBGColor}"
+ BorderBrush="{DynamicResource PopupButtonAreaBorderColor}"
+ BorderThickness="0,1,0,0"
+ CornerRadius="0 0 8 8">
+
+
+
+
+
+
+
diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml
index f988c364d..e99dfbf9c 100644
--- a/Flow.Launcher/Languages/en.xaml
+++ b/Flow.Launcher/Languages/en.xaml
@@ -309,6 +309,8 @@
Hotkey is unavailable, please select a new hotkey
Invalid plugin hotkey
Update
+ Hotkey Unavailable
+ Press the keys you want to use for this function.
Custom Query Shortcut
@@ -318,8 +320,11 @@
Shortcut already exists, please enter a new Shortcut or edit the existing one.
Shortcut and/or its expansion is empty.
-
- Hotkey Unavailable
+
+ Save
+ Cancel
+ Reset
+ Delete
Version
diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml
index e9800b744..ad86db94a 100644
--- a/Flow.Launcher/SettingWindow.xaml
+++ b/Flow.Launcher/SettingWindow.xaml
@@ -2645,7 +2645,8 @@
ChangeHotkey="{Binding SetTogglingHotkeyCommand}"
DefaultHotkey="Alt+Space"
Hotkey="{Binding Settings.Hotkey}"
- ValidateKeyGesture="True" />
+ ValidateKeyGesture="True"
+ WindowTitle="{DynamicResource flowlauncherHotkey}" />
@@ -2657,8 +2658,8 @@
+ ValidateKeyGesture="False"
+ WindowTitle="Preview hotkey" />