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
Created attachment 204246 [details] CALC - keyboard shortcut - function shown multiple times
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
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.