officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit f32ece43cbf21a2ab9f9042c684c06b01bcc0ac9 Author: Jesus Solis <[email protected]> AuthorDate: Tue Sep 30 21:42:08 2025 -0500 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Oct 16 09:07:52 2025 +0200 tdf#154444 add keyboard shortcut to toggle list ordering Change-Id: I727ed9df88ca992af8dcc09a9dc897c9289fbe3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191702 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index c86c3cfa27a5..199401558d59 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -3173,6 +3173,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode key input <value xml:lang="en-US" install:module="unxwnt">.uno:DesignerDialog</value> </prop> </node> + <node oor:name="F12_SHIFT" oor:op="replace"> + <prop oor:name="Command"> + <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="en-US">.uno:DefaultBullet</value> + </prop> + </node> <node oor:name="F2" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value>
