Add Static Hotkey Items

This commit is contained in:
DB p 2024-04-18 17:27:47 +09:00
parent e3e3bf2bf5
commit 9ce642532d
2 changed files with 10 additions and 4 deletions

View file

@ -188,6 +188,7 @@
<system:String x:Key="SelectPrevItemHotkey">Select Prev Item</system:String>
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
<system:String x:Key="ReloadPluginHotkeyToolTip">Use it when the plugin settings you changed don't take effect.</system:String>
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>

View file

@ -2726,11 +2726,10 @@
Sub="{DynamicResource basicHotkeyToolTip}">
<StackPanel>
<cc:Card
Title="{DynamicResource flowlauncherHotkey}"
Icon="&#xeda7;"
Sub="{DynamicResource flowlauncherHotkeyToolTip}"
Title="{DynamicResource ToggleHistoryHotkey}"
Icon="&#xf738;"
Type="Inside">
<cc:HotkeyDisplay Keys="Ctrl+F12" />
<cc:HotkeyDisplay Keys="Ctrl+H" />
</cc:Card>
<cc:Card
Title="{DynamicResource OpenContextMenuHotkey}"
@ -2741,6 +2740,12 @@
Hotkey="{Binding Settings.OpenContextMenuHotkey}"
ValidateKeyGesture="False" />
</cc:Card>
<cc:Card
Title="{DynamicResource OpenContextMenuHotkey}"
Icon="&#xede3;"
Type="Inside">
<cc:HotkeyDisplay Keys="SHIFT+ENTER" />
</cc:Card>
<cc:Card
Title="{DynamicResource SettingWindowHotkey}"