Skip to content
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

Space bar should scroll forward a whole page, not a small step. #658

Open
daviewales opened this issue Nov 5, 2024 · 0 comments
Open

Space bar should scroll forward a whole page, not a small step. #658

daviewales opened this issue Nov 5, 2024 · 0 comments

Comments

@daviewales
Copy link

daviewales commented Nov 5, 2024

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?

gtk_binding_entry_add_signal (binding_set, GDK_KEY_space, 0, "binding_activated", 2, GTK_TYPE_SCROLL_TYPE,

gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Space, 0, "binding_activated", 2, GTK_TYPE_SCROLL_TYPE,

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant