Zoom out: Keyboard shortcut not working on Windows #66449
Labels
[Feature] Zoom Out
Needs Testing
Needs further testing to be confirmed.
OS Issues
Issues or PRs that are related to OS specific problems
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
What problem does this address?
#66400 added a shortcut to toggle zoom out, but the shortcut (
Ctrl+Shift+0
) for Windows OS may not be working.I would appreciate it if you could test whether this is a problem only with my environment or a problem with the Windows OS.
@carolinan @alexstine @torounit I assume you are using Windows OS, so I would appreciate it if you could test it.
What is your proposed solution?
If this is a problem on Windows OS, I would like to suggest a different key combination:
Shift + 0
(shift + 0
)Alt + 0
(alt + 0
)Ctrl + Alt + 0
(primaryAlt + 0
)Ctrl + Shift + Alt + 0
(secondary + 0
)Ctrl + 0
(primary + 0
)Ctrl + Shift + 0
(primaryShift + 0
)Shift + Alt + 0
(access + 0
)Screenshots, screen recording, code snippet
In this video, you can see that the key down event (
event.key
) itself is not fired by the key combination.0
: Key down event occurs andevnet.key
is0
.Shift + 0
: Key down event occurs, butevnet.key
is the alternate key,)
.Ctrl + 0
: Key down event occurs andevnet.key
is0
.Shift + Ctrl + 0
: Key down event doesn't occur.8a2d74715234b363b2498a8dd32405ef.mp4
The text was updated successfully, but these errors were encountered: