Organize Item Position

This commit is contained in:
DB p 2024-04-18 16:55:19 +09:00
parent dc6598b060
commit 6761182224

View file

@ -2739,6 +2739,25 @@
Type="Inside">
<cc:HotkeyDisplay Keys="Ctrl+F4" />
</cc:Card>
<cc:Card
Title="{DynamicResource OpenContextMenuHotkey}"
Icon="&#xede3;"
Type="Inside">
<flowlauncher:HotkeyControl
DefaultHotkey="Ctrl+I"
Hotkey="{Binding Settings.OpenContextMenuHotkey}"
ValidateKeyGesture="False" />
</cc:Card>
<cc:Card
Title="{DynamicResource SettingWindowHotkey}"
Icon="&#xe713;"
Type="Inside">
<flowlauncher:HotkeyControl
DefaultHotkey="Ctrl+I"
Hotkey="{Binding Settings.SettingWindowHotkey}"
ValidateKeyGesture="False" />
</cc:Card>
</StackPanel>
</cc:ExCard>
@ -2767,20 +2786,6 @@
ValidateKeyGesture="False" />
</cc:Card>
<cc:Card Title="{DynamicResource OpenContextMenuHotkey}" Icon="&#xede3;">
<flowlauncher:HotkeyControl
DefaultHotkey="Ctrl+I"
Hotkey="{Binding Settings.OpenContextMenuHotkey}"
ValidateKeyGesture="False" />
</cc:Card>
<cc:Card Title="{DynamicResource SettingWindowHotkey}" Icon="&#xe713;">
<flowlauncher:HotkeyControl
DefaultHotkey="Ctrl+I"
Hotkey="{Binding Settings.SettingWindowHotkey}"
ValidateKeyGesture="False" />
</cc:Card>
<cc:ExCard
Title="{DynamicResource customQueryHotkey}"
Margin="0,14,0,0"