https://bugs.documentfoundation.org/show_bug.cgi?id=171232
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Invert PgUp and PgDn when |Invert Up and Down when the |the cursor is set at the |cursor is set at the page |page counter in the |counter in the navigator |navigator | CC| |[email protected] --- Comment #2 from Buovjaga <[email protected]> --- (In reply to Danat from comment #0) > So if you set the cursor on the section you can see in the attached > screenshot, and you press PgUp and PgDn keys - PgUp will push you to > previous pages and PgDn will push you to next pages - and that's EXTREMELY > counter-intuitive. People are used to thinking that arrow up takes you up > and arrow down takes you down I suppose you accidentally wrote PgUp and PgDn instead of Up and Down (and Up pushes you to the next pages and Down to the previous ones). The page number widget is an input field with a spin button. As the aim is to use native widgets on all platforms, I'm not sure, how we can influence this. Michael: can we hijack the increment and decrement events and flip them? Not saying I would necessarily advocate for it. https://docs.gtk.org/gtk3/class.SpinButton.html https://docs.gtk.org/gtk4/class.SpinButton.html https://doc.qt.io/qt-6/qspinbox.html -- You are receiving this mail because: You are the assignee for the bug.
