We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4667bda commit f93da00Copy full SHA for f93da00
Flow.Launcher/SettingWindow.xaml
@@ -2802,7 +2802,13 @@
2802
Title="{DynamicResource ToggleGameModeHotkey}"
2803
Icon=""
2804
Type="Inside">
2805
- <cc:HotkeyDisplay Keys="Ctrl+Shift+C" />
+ <cc:HotkeyDisplay Keys="Ctrl+F12" />
2806
+ </cc:Card>
2807
+ <cc:Card
2808
+ Title="{DynamicResource RequeryHotkey}"
2809
+ Icon=""
2810
+ Type="Inside">
2811
+ <cc:HotkeyDisplay Keys="Ctrl+R" />
2812
</cc:Card>
2813
<cc:Card
2814
Title="{DynamicResource ReloadPluginHotkey}"
0 commit comments