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

Proportional horizontal scroll #7474

Open
1 task done
yohannd1 opened this issue Aug 28, 2024 · 1 comment · May be fixed by #7476
Open
1 task done

Proportional horizontal scroll #7474

yohannd1 opened this issue Aug 28, 2024 · 1 comment · May be fixed by #7476

Comments

@yohannd1
Copy link

Enhancement Summary

Currently, scrolling horizontally with shift-scroll seems to move a specific amount, regardless of zoom. Because of that, the more you zoom out, the more shift-scrolling becomes a slower alternative to just dragging the scroll bar on the bottom, and at the lowest scale it just becomes unbearable to use.

2024-08-28.14-42-15.mp4

Implementation Details / Mockup

I'm not qualified to suggest implementation details but I believe the solution might be multiplying the "mouse scroll amount" by the inverse of the level of zoom. Not sure, sorry.

Please search the issue tracker for existing feature requests before submitting your own.

  • I have searched all existing issues and confirmed that this is not a duplicate.
@regulus79
Copy link
Contributor

I had the exact thought when I was implementing continuous autoscrolling, but forgot about it. Thanks for the reminder; this should be pretty easy to implement.

@regulus79 regulus79 linked a pull request Aug 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants