-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 out shortcut on Windows #66506
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +19 B (0%) Total Size: 1.81 MB
ℹ️ View Unchanged
|
I am using Windows 11 with my OS set to Swedish. I can confirm that the new combination turns on and off the zoom out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the follow up! I tested in mac and works fine.
Co-authored-by: t-hamano <[email protected]> Co-authored-by: ntsekouras <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: carolinan <[email protected]> Co-authored-by: torounit <[email protected]>
Follow-up #66400
Fixes #66449
What?
This PR fixes the zoom-out toggle shortcut to work on Windows OS.
Why?
As explained in this comment,
primaryShift + 0 (ctrl + shift + 0)
may not work on Windows OS with IME enabled.How?
From my research, there are four possible new key combinations:
Shift + 0 (shift + 0)
Alt + 0 (alt + 0)
Ctrl + Alt + 0 (primaryAlt + 0)
Ctrl + Shift + Alt + 0 (secondary + 0)
Of these, I chose
Ctrl + Shift + Alt + 0
, which is similar to the full-screen mode toggle shortcut (Ctrl + Shift + Alt + F
):Testing Instructions
I would be happy if someone could test this PR on Windows OS, but I would also be happy if someone could at least test it on MacOS to make sure the shortcuts work as before.
Screenshots or screencast
ef11db06f202a19e6cb8eeabb810a02d.mp4