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

suppress=True breaks shift-click selection in Notepad, Explorer #630

Open
avelican opened this issue Feb 7, 2024 · 0 comments
Open

suppress=True breaks shift-click selection in Notepad, Explorer #630

avelican opened this issue Feb 7, 2024 · 0 comments

Comments

@avelican
Copy link

avelican commented Feb 7, 2024

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

@avelican avelican changed the title suppress=True disables shift-click selection suppress=True breaks shift-click selection in Notepad, Explorer Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant