You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I press the space bar, it scrolls forward by a small step.
However, I expect it to scroll forward by a whole page, similar to many other programs.
Distribution
Mint 22
Package version
4.2.2
Frequency
Always
Bug description
When I press the space bar, it scrolls forward by a small step.
However, I expect it to scroll forward by a whole page, similar to many other programs.
Steps to reproduce
Press space bar while viewing a document.
Expected behavior
The page should scroll forward by a whole page.
Additional information
I think this behaviour was added here: d170f6e
And is now perhaps here?
xreader/libview/ev-view.c
Line 5773 in 24f7653
xreader/libview/ev-view.c
Line 5775 in 24f7653
It's using
GTK_SCROLL_STEP_FORWARD
, but I'm wondering if it should be GTK_SCROLL_PAGE_FORWARD.(Shift+Space scroll backwards a whole page as expected.)
The text was updated successfully, but these errors were encountered: