mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix NextItemHotkey
This commit is contained in:
parent
56a8376f81
commit
b2b8dc87eb
1 changed files with 1 additions and 1 deletions
|
|
@ -2781,7 +2781,7 @@
|
|||
<cc:Card Title="{DynamicResource SelectNextItemHotkey}" Icon="">
|
||||
<flowlauncher:HotkeyControl
|
||||
DefaultHotkey="Tab"
|
||||
Hotkey="{Binding Settings.Hotkey}"
|
||||
Hotkey="{Binding Settings.SelectNextItemHotkey}"
|
||||
ValidateKeyGesture="False" />
|
||||
</cc:Card>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue