Bug 169047 - Shortcuts - Go to first or last sheet
Summary: Shortcuts - Go to first or last sheet
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsUXEval
Depends on:
Blocks: UNO-Command-New Shortcuts-Accelerators Sheet
  Show dependency treegraph
 
Reported: 2025-10-24 23:33 UTC by questions2000
Modified: 2025-10-28 08:47 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description questions2000 2025-10-24 23:33:18 UTC
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
Comment 1 Heiko Tietze 2025-10-28 07:21:17 UTC
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.
Comment 2 fpy 2025-10-28 07:46:20 UTC
Ctrl+Home / Ctrl+End are currently doin it ?
in slideshow mode or in the slide pane.
Comment 3 Heiko Tietze 2025-10-28 08:47:13 UTC
(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).