Bug 169654 - "To Next/Previous Sheet" shown twice in keyboard shortcuts of Customize dialog
Summary: "To Next/Previous Sheet" shown twice in keyboard shortcuts of Customize dialog
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
6.1.0.3 release
Hardware: All All
: low minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Customize-Dialog-Keyboard
  Show dependency treegraph
 
Reported: 2025-11-24 09:33 UTC by BDF
Modified: 2025-12-13 16:55 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
CALC - keyboard shortcut - function shown multiple times (68.15 KB, image/png)
2025-11-24 09:36 UTC, BDF
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BDF 2025-11-24 09:33:57 UTC
Description:
The function to show the next table is shown two times in the list of functions with no distinction between them.
(Are they even different?)

Steps to Reproduce:
1. Open dialog to adapt keybindings
2. Search function to switch tables

Actual Results:
There are two function entries without any distinction between them.

Expected Results:
Only have one entry for the same function or (if they do the same) have some kind of tooltip that tells me how they differ.


Reproducible: Always


User Profile Reset: No

Additional Info:
This might be an issue with the German version.
I have tested this on Linux and Windows and both show the same behaviour.

LibreOffice Version:
Version: 25.8.3.2 (X86_64) / LibreOffice Community
Build ID: 8ca8d55c161d602844f5428fa4b58097424e324e
CPU threads: 12; OS: Linux 6.14; UI render: default; VCL: gtk3
Locale: de-AT (de_AT.UTF-8); UI: de-DE
Flatpak
Calc: threaded

System info:
Operating System: KDE neon User Edition
KDE Plasma Version: 6.5.2
KDE Frameworks Version: 6.19.0
Qt Version: 6.9.3
Kernel Version: 6.14.0-36-generic (64-bit)
Graphics Platform: Wayland
Comment 1 BDF 2025-11-24 09:36:04 UTC
Created attachment 204246 [details]
CALC - keyboard shortcut - function shown multiple times
Comment 2 Buovjaga 2025-12-09 07:22:58 UTC
Repro

Version: 26.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a76f0371596f0037444c40fe3dcad5b4fef18c24
CPU threads: 4; OS: Linux 6.17; UI render: default; VCL: gtk3
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Comment 3 Buovjaga 2025-12-13 16:55:45 UTC
This is because the commands are found in both the Internal and Navigate categories. The strings for these are STR_GID_INTERN and STR_GID_NAVIGATOR

In sfx2/source/control/msgpool.cxx we find SfxGroupId::Intern

In sfx2/source/view/sfxbasecontroller.cxx we find frame::CommandGroup::INTERNAL

In sc/sdi/scalc.sdi we find JumpToNextTable having GroupId = SfxGroupId::Navigator;

The duplication is seen these days because we can search through all categories unlike in the past. I didn't check when the dialog was redesigned, but it has been like this at least since 6.1.