Description: This is where enhancement brought me. There is no longer a keyboard shortcut for Data/Statistics. It used to be ALT - D/I but there no mnemonic characters in Statistics as of this release. Version: 7.6.6.3 (X86_64) / LibreOffice Community Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded Steps to Reproduce: 1. check Statistics menu 2. It used to be ALT - D/S 3. Actual Results: None Expected Results: sort of sheet Reproducible: Always User Profile Reset: No Additional Info: opened the statistics dialogue
Until LO 7.5, the mnemonics (aka shortcuts) for Data > Statistics was [ALT]+[d],[i]. The problem started somewhere in the LO 7.6 cycle and is still present in the current 24.8 alpha. PS: To avoid typos and misremembering, [ALT]+[d],[s] is (and has always been) Data > Sort.
Since this keyboard accelerator used to work before > REGRESSION.
No recent change to the .XCU, but .uno:StatisticsMenu [1] is not being auto-assigned an accelerator. Also, not available to customize and assign to shortcut. So no means to reach via keyboard accelerator sequence. Seems like the 'Stat~istics' assignment could be made. =-ref-= [1] https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu?r=68d074fb#1045
bibisected in window 10 version7.6 seem to point to commit 895527e3a5af6b57ff8d4ef2a0198d9dd6707746 date: Thu Feb 23 10:28:19 2023 author: Heiko Tietze <tietze.heiko@gmail.com> commit message: Resolves tdf#153578 - Duplicate mnemonics
(In reply to gladys from comment #4) > 895527e3a5af6b57ff8d4ef2a0198d9dd6707746 This patch removes the mnemonic from .uno:TextToColumns and .uno:ManageXMLSource. But the Statistics command was changed many years before in I61e630c9b6d89658c65cca77333f1ad0a591e3ab. However, it seems the missing mnemonic is a fallout since the automatic assignment of mnemonics, if not hard-coded, fails if no letter is left. The Statistics command is just a menu and provides therefore no customization. We should make this issue a duplicate of bug 147762 and allow double assignments. *** This bug has been marked as a duplicate of bug 147762 ***