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 9cc5f06 commit 4998df7Copy full SHA for 4998df7
HotkeysLoad.cs
@@ -32,6 +32,7 @@ internal partial class HotkeysLoad
32
33
public static void RegisterHotkeys(HotkeyEvent hotkeyEvent)
34
{
35
+ assignedHotkeys.Clear();
36
pointedEvent = hotkeyEvent;
37
KeyboardHookHandler.RemoveHook();
38
ConfigParse();
0 commit comments