[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 Heiko Tietze changed: What|Removed |Added CC|libreoffice-ux-advise@lists | |.freedesktop.

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #29 from Jim Raykowski --- (In reply to Kenneth Hanson from comment #25) > I don't know what the UNO and C++ names are for anything (though I am > picking them up gradually here), just the names in the customize dialog and >

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #28 from Kenneth Hanson --- (In reply to V Stuart Foote from comment #27) > Easy to search for either label (as shown in UI) or the command name: > > https://opengrok.libreoffice.org/ > > Most of these sorts of things are i

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #27 from V Stuart Foote --- (In reply to Kenneth Hanson from comment #25) > (In reply to Jim Raykowski from comment #22) > > > Also, the names I proposed were all labels for the UI. So, if only the > > > "Page(Up/Down)Cursor"

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #26 from Kenneth Hanson --- (In reply to V Stuart Foote from comment #24) I think this needs further discussion, probably a separate bug. Currently, double clicking named objects in the navigator moves the cursor. Or at leas

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #25 from Kenneth Hanson --- (In reply to Jim Raykowski from comment #22) > > Also, the names I proposed were all labels for the UI. So, if only the > > "Page(Up/Down)Cursor" commands are made available to the, my proposed name

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 Kenneth Hanson changed: What|Removed |Added CC||khanson...@gmail.com

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #24 from V Stuart Foote --- Remaining decision is if it would make since to swap in these new .uno:GoToPrevPage/NextPage to the listbox for the QuickFind and Navigator mode changes? Replacing the GoToStartOfPreviousPage/NextP

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #23 from V Stuart Foote --- (In reply to Jim Raykowski from comment #22) > ... > I agree, so? > > .uno:GoToPrevPage 'To Previous Page' > .uno:GoToNextPage 'To Next Page' > Perfect! And let's keep the current .uno:PageUp,

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #22 from Jim Raykowski --- (In reply to Kenneth Hanson from comment #21) > @V Stuart Foote > > Your proposed keybindings sound good to me. > I agree, so? .uno:GoToPrevPage 'To Previous Page' .uno:GoToNextPage 'To Next Page

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #21 from Kenneth Hanson --- @V Stuart Foote Your proposed keybindings sound good to me. Regarding names, I should clarify that I also find the "physical" moniker to be no good on the user side. I have some questions about U

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #20 from V Stuart Foote --- (In reply to V Stuart Foote from comment #19) > > There has been no effective way to reposition to a previous page or next > page object. Providing it requires a new UNO command for each for inclus

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #19 from V Stuart Foote --- (In reply to Heiko Tietze from comment #18) > Not a fan of too many UNO commands... The issue we run into is that PgUp (.uno:PageUp) / PgDown (.uno:PageDown) are scrolling commands useful for adjus

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #18 from Heiko Tietze --- Not a fan of too many UNO commands. It clutters at least the customization dialog. More relevant it makes a lot of trouble when it comes to removal - always a potential regression. So question is: Can

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #17 from Jim Raykowski --- Here is a link to a patch sent to logerrit that implements these uno commands: https://gerrit.libreoffice.org/c/core/+/91605 -- You are receiving this mail because: You are on the CC list for the b

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #16 from Jim Raykowski --- The term "physical" is used in the code for this kind of view movement [1]. .uno:PageUp and .uno:PageDown are already in use. Maybe .uno:GoToStartOfNextPageAlignTop .uno:ScrollToStartOfPrevPageAlig

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #15 from Kenneth Hanson --- @Jim I think you have it! Regarding naming, I would like to propose some new names, at least as a starting point for discussion. 1. Next/Previous Page -> "Page Up/Down", since they implement the d

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #14 from V Stuart Foote --- (In reply to Jim Raykowski from comment #12) > ... > I've hacked together a couple of uno commands to do page up and page down > like the Navigate By control when the Page element is selected. These

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 Buovjaga changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #13 from Buovjaga --

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 Heiko Tietze changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving th

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #12 from Jim Raykowski --- Created attachment 159258 --> https://bugs.documentfoundation.org/attachment.cgi?id=159258&action=edit video demo of physical page up and down uno commands Hi Kenneth, I've hacked together a coup

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 --- Comment #11 from Kenneth Hanson --- To summarize, here are the three sets of commands/functions mentioned so far, as I understand them. 1. "Next Page" and "Previous Page" commands -- these provide the default functionality of the Pag

[Libreoffice-ux-advise] [Bug 101211] "Previous page" and "Next page" functions in navigator not available for keyboard binding

2020-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101211 Kenneth Hanson changed: What|Removed |Added Summary|"To Begin of Previous Page" |"Previous page" and "Next