factor icon indicating copy to clipboard operation
factor copied to clipboard

ui.gestures: increase mouse wheel scroll amount

Open defaultxr opened this issue 2 years ago • 2 comments

Scrolling with the mouse wheel seems to scroll a lot less in Factor than it does in most other GUI programs. This change multiplies the scroll by 3 which makes it feel a lot closer to how scrolling works in other programs, requiring less mouse scrolling to move down a page.

defaultxr avatar Jan 13 '23 05:01 defaultxr

I wonder if an acceleration amount is more natural, so slow scrolling is a bit more like what we have and fast scrolling is a bit more like this PR

mrjbq7 avatar Oct 13 '23 19:10 mrjbq7