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

Put all hotkey commands behind sys.platform == "win32" checks. #13

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

DavidCEllis
Copy link
Owner

Hotkeys on linux require elevated privileges that this application should not have. This puts all of the hotkey calls behind platform checks that block it outside of win32 so at least you don't get errors and hides some of the hotkey UI.

@DavidCEllis
Copy link
Owner Author

Resolves #12

@DavidCEllis DavidCEllis merged commit ff1a0de into main Sep 27, 2024
1 check passed
@DavidCEllis DavidCEllis deleted the no_linux_hotkeys branch November 13, 2024 16:14
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

Successfully merging this pull request may close these issues.

1 participant