officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 ++++++ officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 17402db4936a0f4640459e1a3f0d4303ab9bc98f Author: Andras Timar <[email protected]> AuthorDate: Sat Nov 28 17:09:59 2015 +0100 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 14:10:31 2025 +0100 [cp] Ctrl+3 keyboard shortcut for Set Optimal Column Width in Calc (cherry picked from commit fc53041c0387388f1275abf7beefea4d80d5ee3b) (cherry picked from commit 895e91d8aeaf77dc38fe14ad165b6f7ad5272491) Change-Id: I1e218a429b509fda35accc832d01fc1f12e8dddd diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index ac69b5939add..69ed2a0dce40 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -649,6 +649,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode key input <value xml:lang="en-US" install:module="macosx">.uno:NumberFormatScientific</value> </prop> </node> + <node oor:name="3_MOD1" oor:op="replace"> + <prop oor:name="Command"> + <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="en-US">.uno:SetOptimalColumnWidthDirect</value> + </prop> + </node> <node oor:name="3_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> commit fc6b142f7c7bfa61b08b42314178a580b16bb7ab Author: Thais Vieira <[email protected]> AuthorDate: Fri Sep 4 08:21:28 2020 -0300 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 14:10:31 2025 +0100 Loleaflet:fix menu entry replacing the 'Select...' to 'Select Table' to it be consistent with the pattern. Change-Id: I17ce12fb6dd51256d68c735b7934e4e2bf643fff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102044 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 38c4485d565c..8d5102facea3 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -2115,7 +2115,7 @@ <value xml:lang="en-US">Select Table</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">~Select...</value> + <value xml:lang="en-US">~Select Table</value> </prop> <prop oor:name="PopupLabel" oor:type="xs:string"> <value xml:lang="en-US">Select Table</value>
