-
Notifications
You must be signed in to change notification settings - Fork 15
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
Specify scroll distance #844
Comments
Hey, and sorry for the delay. I was offline for much of last week. Two of the things you tried are possible, just slightly different:
Note that the current scroll step is 5 %, so less than this is not possible unless we add a configuration for the "default scroll step". Honestly, not the worst idea. |
Thanks for the suggestions. I was looking for a stronger
However, a configurable scroll step could be useful. I noticed that the current step of 5% seems to only be applicable if the zoom level is at 100%. For example, for a 375x3500 px image (a screenshot of a mobile website) zoomed to 400% I had to hit |
Keeping it open for now as I feel the discussion and ideas are very useful 😊 So a configurable scroll step it is. Should be really trivial to add. This is true, it takes 5 % of the original image size as scroll step. I quite like the "adaptability" in the sense that one can scroll more accurately when zooming in. On the other hand, maybe one should use the size of the actual window as reference instead, so it doesn't vary wildly for images of different size 🤔 |
Just a detail, but I'm wondering if there is a way to specify the scroll distance in image mode.
Things I tried:
scroll page-down
andscroll half-page-down
don't work in image mode.<ctrl>d : scroll down; scroll down
.scroll
doesn't seem to accept a number (of pixels or percentage) argument, e.g.scroll down 10
.The text was updated successfully, but these errors were encountered: