Description: Currently there are navigation based shortcuts that allow user to select next / previous sheet. Suggesting to add two new sheet navigation based shortcuts -Go to beginning (first sheet) -Go to end (last sheet) Thank You Actual Results: Currently now shortcut for this action Expected Results: Add shortcut to select first sheet Add shortcut to select last sheet Reproducible: Always User Profile Reset: No Additional Info: Enhancement
Ctrl+PgUp/PgDown as well as Ctrl+Tab/Ctrl+Shift+Tab run To Next/Previous Sheet (.uno:JumpToNextTable/.uno:JumpToPrevTable). It iterates over the list of sheets and continues from the end to the beginning (see bug 156311 and bug 160580). But we do not have a command To First Sheet / .uno:JumpToFirstTable. Not a big deal to implement but I wonder what shortcut we could assign. Firefox, for example, knows the same shortcuts for its tabs but none for first/last. Maybe adding the commands for user customization is sufficient.
Ctrl+Home / Ctrl+End are currently doin it ? in slideshow mode or in the slide pane.
(In reply to fpy from comment #2) > Ctrl+Home / Ctrl+End are currently doin it ? > in slideshow mode or in the slide pane. Ctrl+Home is .uno:GoToStart / To File Begin and Ctrl + End .uno:GoToEndOfData / To File End. Both jump to cell A1 (this is about Calc not Impress).