Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotkey not registered if any modifiers #73

Open
TriforceSeeker opened this issue Mar 17, 2023 · 0 comments
Open

Hotkey not registered if any modifiers #73

TriforceSeeker opened this issue Mar 17, 2023 · 0 comments
Labels

Comments

@TriforceSeeker
Copy link

Describe the bug
Suppose hot key registered as C, pressing C while any modifier (shift, alt, ctrl, etc.) is also active, will not generate key event to start the autoclicker. Several games use SHIFT for sprint, so I'm unable to activate the clicker while sprinting for example.

From my research, it seems to be a limitation of how the activation key was implemented, as RegisterHotKey seems to only bind to one combo of modifiers, and can't catch multiple. Maybe there's a hack, else key registration needs to use a different API.

To Reproduce
Steps to reproduce the behavior:
1.) Set your favorite key for a hotkey
2.) Try to activate the clicker by pressing hot key while a modifier is held (SHIFT for example)
3.) Observe autoclicker action associated with the hot key is not invoked.

Expected behavior
Hotkey will activate irrespective of modifiers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant