Skip to content

Commit f93da00

Browse files
Fix gamemode hotkey and add requery hotkey
1 parent 4667bda commit f93da00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,13 @@
28022802
Title="{DynamicResource ToggleGameModeHotkey}"
28032803
Icon=""
28042804
Type="Inside">
2805-
<cc:HotkeyDisplay Keys="Ctrl+Shift+C" />
2805+
<cc:HotkeyDisplay Keys="Ctrl+F12" />
2806+
</cc:Card>
2807+
<cc:Card
2808+
Title="{DynamicResource RequeryHotkey}"
2809+
Icon="&#xe72c;"
2810+
Type="Inside">
2811+
<cc:HotkeyDisplay Keys="Ctrl+R" />
28062812
</cc:Card>
28072813
<cc:Card
28082814
Title="{DynamicResource ReloadPluginHotkey}"

0 commit comments

Comments
 (0)