Skip to content

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

Merged
DavidCEllis merged 1 commit intomainfrom
no_linux_hotkeys
Sep 27, 2024
Merged

Put all hotkey commands behind sys.platform == "win32" checks.#13
DavidCEllis merged 1 commit intomainfrom
no_linux_hotkeys

Conversation

@DavidCEllis
Copy link
Copy Markdown
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
Copy Markdown
Owner Author

Resolves #12

@DavidCEllis DavidCEllis merged commit ff1a0de into main Sep 27, 2024
@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