qimgv icon indicating copy to clipboard operation
qimgv copied to clipboard

Scrolling feels horrible

Open darsain opened this issue 6 years ago • 6 comments

When scrolling is bound to a mouse wheel, the faster I scroll, the less it scrolls. Seems like each new scroll event replaces the previous one instead of adding to it.

And if scroll is bound to a key, there is this annoying pause until key stars repeating. I know it's standard key repeat behavior, but it makes no sense for scrolling. And each scroll event also seems to replace the previous one instead of adding to it, though it's not as noticeable here.

darsain avatar Apr 14 '20 11:04 darsain

you mean scrolling the image or the thumbnails?

if it's the image then yeah, i'm aware of this. will fix

easymodo avatar Apr 14 '20 12:04 easymodo

Yes, image ❤️ Are you also planning on removing the pause before key starts repeating?

darsain avatar Apr 14 '20 12:04 darsain

that would be tricky without hardcoding the keys to scroll only.. need think about it

easymodo avatar Apr 14 '20 12:04 easymodo

tbh i just lower a key repeat delay in the OS to like 200ms and the problem mostly disappears

easymodo avatar Apr 14 '20 12:04 easymodo

I guess I'm too used to navigating with Vimium. Immediate smooth scrolling when pressing d,u or j,k feels SO good.

darsain avatar Apr 14 '20 13:04 darsain

I'd also like to chime in to ask to have an option to have no delay whatsoever while zooming with a keyboard, that pause before it starts repeating is indeed a bit annoying! Thank you!

eugenesvk avatar Nov 26 '21 08:11 eugenesvk