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 Windows Start Menu #631

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

suppress=True breaks Windows Start Menu #631

avelican opened this issue Feb 7, 2024 · 3 comments

Comments

@avelican
Copy link

avelican commented Feb 7, 2024

kbd.add_hotkey('win+shift+w', handler, suppress=True)
makes it so Start Menu doesn't open.

Closing the Python script allows Start Menu to open again.

See also: #630

@jecrs
Copy link

jecrs commented Feb 16, 2024

fella this is just the script capturing the keypresses

@avelican
Copy link
Author

avelican commented Feb 17, 2024

@jecrs Making a hotkey involving a key should not randomly prevent that key from working in other contexts.
For example, if you make a hotkey for Ctrl+Shift+Q, would you consider it acceptable that all shortcuts that involve Ctrl on your operating system (and in all programs) become unusable?

@jecrs
Copy link

jecrs commented Feb 17, 2024

Its a odd behaivor but it is expected, since it is capturing the windows key

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

2 participants