Skip to content

Commit 2cce361

Browse files
committed
Merge branch 'refs/heads/dev' into duplicate-hotkey-handling
# Conflicts: # Flow.Launcher/SettingWindow.xaml
2 parents 15d5510 + 4377fd1 commit 2cce361

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
<system:String x:Key="OpenContainFolderHotkey">Open Containing Folder</system:String>
197197
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
198198
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
199-
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width Size</system:String>
200-
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height Size</system:String>
199+
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
200+
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
201201
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
202202
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
203203
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,22 +2812,22 @@
28122812
<cc:HotkeyDisplay Keys="F5" />
28132813
</cc:Card>
28142814
<cc:Card
2815-
Title="{DynamicResource SelectNextPageHotkey}"
2815+
Title="{DynamicResource SelectPrevPageHotkey}"
28162816
Icon="&#xf0ad;"
28172817
Type="Inside">
28182818
<flowlauncher:HotkeyControl
28192819
DefaultHotkey=""
2820-
Hotkey="{Binding Settings.SelectNextPageHotkey}"
2820+
Hotkey="{Binding Settings.SelectPrevPageHotkey}"
28212821
HotkeySettings="{Binding Settings}"
28222822
ValidateKeyGesture="False" />
28232823
</cc:Card>
28242824
<cc:Card
2825-
Title="{DynamicResource SelectPrevPageHotkey}"
2825+
Title="{DynamicResource SelectNextPageHotkey}"
28262826
Icon="&#xf0ae;"
28272827
Type="Inside">
28282828
<flowlauncher:HotkeyControl
28292829
DefaultHotkey=""
2830-
Hotkey="{Binding Settings.SelectPrevPageHotkey}"
2830+
Hotkey="{Binding Settings.SelectNextPageHotkey}"
28312831
HotkeySettings="{Binding Settings}"
28322832
ValidateKeyGesture="False" />
28332833
</cc:Card>
@@ -2878,48 +2878,47 @@
28782878
</cc:Card>
28792879
</cc:ExCard>
28802880

2881-
28822881
<cc:ExCard
2883-
Title="{DynamicResource SelectNextItemHotkey}"
2882+
Title="{DynamicResource SelectPrevItemHotkey}"
28842883
Margin="0,4,0,0"
2885-
Icon="&#xe74b;">
2884+
Icon="&#xe74a;">
28862885
<cc:ExCard.SideContent>
28872886
<flowlauncher:HotkeyControl
2888-
DefaultHotkey="Tab"
2889-
Hotkey="{Binding Settings.SelectNextItemHotkey}"
2887+
DefaultHotkey="Shift+Tab"
2888+
Hotkey="{Binding Settings.SelectPrevItemHotkey}"
28902889
HotkeySettings="{Binding Settings}"
28912890
ValidateKeyGesture="False" />
28922891
</cc:ExCard.SideContent>
28932892
<cc:Card
2894-
Title="{DynamicResource SelectNextItemHotkey}"
2893+
Title="{DynamicResource SelectPrevItemHotkey}"
28952894
Sub="{DynamicResource AdditionalHotkeyToolTip}"
28962895
Type="InsideFit">
28972896
<flowlauncher:HotkeyControl
28982897
DefaultHotkey=""
2899-
Hotkey="{Binding Settings.SelectNextItemHotkey2}"
2898+
Hotkey="{Binding Settings.SelectPrevItemHotkey2}"
29002899
HotkeySettings="{Binding Settings}"
29012900
ValidateKeyGesture="False" />
29022901
</cc:Card>
29032902
</cc:ExCard>
29042903

29052904
<cc:ExCard
2906-
Title="{DynamicResource SelectPrevItemHotkey}"
2905+
Title="{DynamicResource SelectNextItemHotkey}"
29072906
Margin="0,4,0,0"
2908-
Icon="&#xe74a;">
2907+
Icon="&#xe74b;">
29092908
<cc:ExCard.SideContent>
29102909
<flowlauncher:HotkeyControl
2911-
DefaultHotkey="Shift+Tab"
2912-
Hotkey="{Binding Settings.SelectPrevItemHotkey}"
2910+
DefaultHotkey="Tab"
2911+
Hotkey="{Binding Settings.SelectNextItemHotkey}"
29132912
HotkeySettings="{Binding Settings}"
29142913
ValidateKeyGesture="False" />
29152914
</cc:ExCard.SideContent>
29162915
<cc:Card
2917-
Title="{DynamicResource SelectPrevItemHotkey}"
2916+
Title="{DynamicResource SelectNextItemHotkey}"
29182917
Sub="{DynamicResource AdditionalHotkeyToolTip}"
29192918
Type="InsideFit">
29202919
<flowlauncher:HotkeyControl
29212920
DefaultHotkey=""
2922-
Hotkey="{Binding Settings.SelectPrevItemHotkey2}"
2921+
Hotkey="{Binding Settings.SelectNextItemHotkey2}"
29232922
HotkeySettings="{Binding Settings}"
29242923
ValidateKeyGesture="False" />
29252924
</cc:Card>

0 commit comments

Comments
 (0)