We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kbd.add_hotkey('win+shift+w', handler, suppress=True)
makes it so I can't shift-click to select text between current cursor and click position. Tested in Notepad.exe and Sublime Text.
EDIT: The same issue appears in Explorer.exe (shift-click to select folders fails with the code above)
Note: While holding shift, the first click fails, the second succeeds...
See also: #631
The text was updated successfully, but these errors were encountered:
@avelican yup, this issue is really annoying. Did you find a workaround?
Sorry, something went wrong.
No branches or pull requests
makes it so I can't shift-click to select text between current cursor and click position.
Tested in Notepad.exe and Sublime Text.
EDIT: The same issue appears in Explorer.exe (shift-click to select folders fails with the code above)
Note: While holding shift, the first click fails, the second succeeds...
See also: #631
The text was updated successfully, but these errors were encountered: