Bug 395062 - Make scroll step size for arrow (up/down) key and mouse wheel same.
Summary: Make scroll step size for arrow (up/down) key and mouse wheel same.
Status: RESOLVED INTENTIONAL
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-05 19:03 UTC by Juraj
Modified: 2018-06-08 17:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj 2018-06-05 19:03:35 UTC
Hello,
I would like to have the scroll size / step when scrolling with
mouse wheel and arrow keys (mostly up / down) same.
Right now the step for mouse wheel is slightly bigger than for arrow keys,
which is causing me little miscomfort.

Steps to reproduce:
- Go to any page where the vertical scrollbars appear
- Scroll down once with mouse wheel
- Press Arrow UP key when the focus is on the page
- You can see that you are not on the top of the site but slightly lower

What I expected:
- The size of scroll step for mouse wheel and arrow keys to be the same
Comment 1 David Rosca 2018-06-08 16:38:54 UTC
Sorry, I don't think this is how it should behave. 
Mouse wheel scrolling can be configured with "mouse wheel scroll lines" in settings, but scrolling with arrow keys is always fixed.
Comment 2 Juraj 2018-06-08 17:00:36 UTC
OK, i see, when i set the "scroll lines" to 2 it behave how i want.
But it is not comfortable because I am not able to set the scroll step size.

I use arrow keys and mouse wheel in "combo" based on where my hands are at the moment.

Thank you for advising me to check the settings, it is still somewhat lacking,
but it is good workaround.