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

fix: zoom (again) #79

Merged
merged 1 commit into from
Oct 16, 2024
Merged

fix: zoom (again) #79

merged 1 commit into from
Oct 16, 2024

Conversation

brw
Copy link
Member

@brw brw commented Oct 16, 2024

I randomly stumbled upon this open issue in the electron-toolkit repo and it's exactly about the zoom issue we're having lol alex8088/electron-toolkit#17. Apparently electron-toolkit just disables it by default (but not properly which is why it was so inconsistent between platforms for us).

That should hopefully fix Ctrl+ and Ctrl-. However since Ctrl= is also nice to have I've recreated the default Menu but with an additional invisible entry for the CommandOrControl+= accelerator (this is basically the way to do it until electron/electron#5256 has been implemented).

@brw brw requested a review from CaptSiro as a code owner October 16, 2024 01:57
@brw brw requested review from hrfarmer and removed request for CaptSiro October 16, 2024 01:57
@brw brw requested a review from CaptSiro October 16, 2024 02:01
Copy link
Collaborator

@hrfarmer hrfarmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hrfarmer hrfarmer merged commit 121a6b4 into master Oct 16, 2024
1 check passed
@hrfarmer hrfarmer deleted the fix/zoom-again branch October 16, 2024 15:29
@brw
Copy link
Member Author

brw commented Oct 16, 2024

I kinda wanted Siro to look over this as well but oh well I guess it's not that big of a deal lol

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.

2 participants