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 805b8ef commit 503bc48Copy full SHA for 503bc48
Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs
@@ -51,6 +51,8 @@ public ModifierKeys ModifierKeys
51
52
public readonly bool IsEmpty => CharKey == Key.None && !Alt && !Shift && !Win && !Ctrl;
53
54
+ public static HotkeyModel Empty => new();
55
+
56
public HotkeyModel(string hotkeyString)
57
{
58
Parse(hotkeyString);
0 commit comments