Fix magnifying by mouse wheel causing scrolling inside windows user is zooming in#838
Open
dkaraush wants to merge 1 commit into
Open
Fix magnifying by mouse wheel causing scrolling inside windows user is zooming in#838dkaraush wants to merge 1 commit into
dkaraush wants to merge 1 commit into
Conversation
…ndows user is zooming in
This was referenced Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently trying out Linux Mint after previously using macOS and I found magnifier feature in accessibility lacking few features, compared to mac one (option + scroll to zoom). Most frustrating issue to me is that holding mouse wheel modifier and moving mouse wheel makes some windows (to me it was Chrome, but this happens even in native System Settings pages) scroll inside, which is not expected, because that's where I am actually trying to zoom in.
I tried to apply a small patch fix, but I am not fully familiar with a project, so feel free to make any changes. Tested on my machine against not patched upstream (of both muffin and cinnamon), and fix does indeed help. I do feel that grabbing scroll this way might be a bit hacky.