You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
1409 is the error code for
ERROR_HOTKEY_ALREADY_REGISTERED
This means there is already another application running that has this hot key registered. I don't know if one can find out which application. A google search should help.
Hope this helps
Have you considered bypassing hotkeys altogether and using a keyboard hook? This will allow your users to choose any hotkey they like and even use the Windows key in their hotkey combinations (although the Windows key can be finicky sometimes). You can also override most of the built-in Windows 10 hotkeys with a keyboard hook.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to modify the .ini to change the keyboard shortcut from WIN+ALT+LEFT/RIGHT to WIN+CTRL+SHIFT+LEFT/RIGHT.
When I change the .ini and then run the application I get the following message: Error registering [new keys]
Error Code: 1409
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: