mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix gamemode hotkey and add requery hotkey
This commit is contained in:
parent
4667bda496
commit
f93da0044c
1 changed files with 7 additions and 1 deletions
|
|
@ -2802,7 +2802,13 @@
|
||||||
Title="{DynamicResource ToggleGameModeHotkey}"
|
Title="{DynamicResource ToggleGameModeHotkey}"
|
||||||
Icon=""
|
Icon=""
|
||||||
Type="Inside">
|
Type="Inside">
|
||||||
<cc:HotkeyDisplay Keys="Ctrl+Shift+C" />
|
<cc:HotkeyDisplay Keys="Ctrl+F12" />
|
||||||
|
</cc:Card>
|
||||||
|
<cc:Card
|
||||||
|
Title="{DynamicResource RequeryHotkey}"
|
||||||
|
Icon=""
|
||||||
|
Type="Inside">
|
||||||
|
<cc:HotkeyDisplay Keys="Ctrl+R" />
|
||||||
</cc:Card>
|
</cc:Card>
|
||||||
<cc:Card
|
<cc:Card
|
||||||
Title="{DynamicResource ReloadPluginHotkey}"
|
Title="{DynamicResource ReloadPluginHotkey}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue