[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - officecfg/registry
Justin Luth
justin_luth at sil.org
Thu Dec 3 23:25:15 PST 2015
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit e806e700e7084eedf1e993062e5e8a6154eb5338
Author: Justin Luth <justin_luth at sil.org>
Date: Thu Dec 3 11:29:30 2015 +0300
related to tdf#73691 - don't conflict with menu hotkeys
Although German (de) was remapped to use Alt-C instead, it still
assigned the en-US alt-X assignment as well, and accelerators
take precedence over menu ~ indicated keys. So a blank assignment
needs to be made in the alt-X accelerator for any language that conflicts.
Added vietnamese as well - it conflicts with both alt-x and alt-c, so not
assigning any accelerator to it for now. A vietnamese can request and suggest
an appropriate accelerator combination.
Change-Id: Id972f5125ccab5eaca72b6a114099a5b441b055d
Reviewed-on: https://gerrit.libreoffice.org/20365
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
(cherry picked from commit f0282aeddc4df555a273c20e8480cef586960ac8)
Reviewed-on: https://gerrit.libreoffice.org/20389
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 434b2e6..bbaa030 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -212,6 +212,12 @@
<prop oor:name="Command">
<value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
<value xml:lang="en-US" install:module="unxwnt">.uno:UnicodeNotationToggle</value>
+ <!-- tdf#73691
+ Translations of main menu keyboard ALT shortcuts can conflict with this assignment.
+ Those languages need to have blank assignments in order to avoid inheriting the en-US value.
+ -->
+ <value xml:lang="de" install:module="unxwnt"></value>
+ <value xml:lang="vi" install:module="unxwnt"></value>
</prop>
</node>
<node oor:name="C_MOD2" oor:op="replace">
More information about the Libreoffice-commits
mailing list