We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e004a commit 66a2284Copy full SHA for 66a2284
Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs
@@ -169,8 +169,8 @@ public bool Validate(bool validateKeyGestrue = false)
169
case Key.RightShift:
170
case Key.None:
171
return false;
172
- case Key.LWin:
173
- case Key.RWin:
+ case Key.LWin when ModifierKeys == ModifierKeys.Windows:
+ case Key.RWin when ModifierKeys == ModifierKeys.Windows:
174
return true;
175
default:
176
if (validateKeyGestrue)
0 commit comments