Fix NextItemHotkey

This commit is contained in:
DB p 2024-04-18 17:54:49 +09:00
parent 56a8376f81
commit b2b8dc87eb

View file

@ -2781,7 +2781,7 @@
<cc:Card Title="{DynamicResource SelectNextItemHotkey}" Icon="&#xf0ae;">
<flowlauncher:HotkeyControl
DefaultHotkey="Tab"
Hotkey="{Binding Settings.Hotkey}"
Hotkey="{Binding Settings.SelectNextItemHotkey}"
ValidateKeyGesture="False" />
</cc:Card>