Skip to content

Commit b279949

Browse files
Swap prev and next page hotkey card
1 parent 8ab3d33 commit b279949

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,21 +2808,21 @@
28082808
<cc:HotkeyDisplay Keys="F5" />
28092809
</cc:Card>
28102810
<cc:Card
2811-
Title="{DynamicResource SelectNextPageHotkey}"
2812-
Icon="&#xf0ae;"
2811+
Title="{DynamicResource SelectPrevPageHotkey}"
2812+
Icon="&#xf0ad;"
28132813
Type="Inside">
28142814
<flowlauncher:HotkeyControl
28152815
DefaultHotkey=""
2816-
Hotkey="{Binding Settings.SelectNextPageHotkey}"
2816+
Hotkey="{Binding Settings.SelectPrevPageHotkey}"
28172817
ValidateKeyGesture="False" />
28182818
</cc:Card>
28192819
<cc:Card
2820-
Title="{DynamicResource SelectPrevPageHotkey}"
2821-
Icon="&#xf0ad;"
2820+
Title="{DynamicResource SelectNextPageHotkey}"
2821+
Icon="&#xf0ae;"
28222822
Type="Inside">
28232823
<flowlauncher:HotkeyControl
28242824
DefaultHotkey=""
2825-
Hotkey="{Binding Settings.SelectPrevPageHotkey}"
2825+
Hotkey="{Binding Settings.SelectNextPageHotkey}"
28262826
ValidateKeyGesture="False" />
28272827
</cc:Card>
28282828

0 commit comments

Comments
 (0)