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 1d2aa96 commit 989206bCopy full SHA for 989206b
Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs
@@ -49,6 +49,8 @@ public ModifierKeys ModifierKeys
49
}
50
51
52
+ public readonly bool IsEmpty => CharKey == Key.None && !Alt && !Shift && !Win && !Ctrl;
53
+
54
public HotkeyModel(string hotkeyString)
55
{
56
Parse(hotkeyString);
0 commit comments