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

Separate Fullscreen Functionality from Shortcut Key Activation #48

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Me-in-U
Copy link

@Me-in-U Me-in-U commented Jul 29, 2024

Issue:
Previously, the application's fullscreen toggle was inherently linked to the Alt+Ctrl+Enter keyboard shortcut. This posed an issue where if the shortcut was already registered by another program, activating the shortcut would unintentionally trigger the fullscreen functionality in this application as well. Users experienced unintended behavior due to this global shortcut conflict.

Resolution:
To address this issue, this PR decouples the fullscreen toggle from the Alt+Ctrl+Enter shortcut. It introduces a new menu option that allows users to enable or disable the fullscreen shortcut independently of the fullscreen functionality itself.

Benefits:
This change improves the application's compatibility and prevents conflicts with other applications that might use the same global shortcut.

Screenshots:

Before:
image
Atfter:
image

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