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
@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?
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
The text was updated successfully, but these errors were encountered: