diff options
author | Justin Luth <justin_luth@sil.org> | 2015-12-04 10:23:35 +0300 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-12-04 07:33:03 +0000 |
commit | 18f668d9e15cd86448bc3e470f5b3e8a534beb06 (patch) | |
tree | b0532f4fa0c64a5b7ff105e94a6e7e75d3a0fe01 /officecfg | |
parent | e806e700e7084eedf1e993062e5e8a6154eb5338 (diff) |
related to tdf#73691 - AltX: use alt-c for eu, gl, nl, pt-BR
Unicode Notation toggle's alt-X conflicts with the main menu for Basque,
Galician, Dutch, and Brazilian Portugese. Replaced with Alt-C which matches
the alternate combination already assigned for German.
If MSWord uses a different combination for these languages, someone can
request a matching change. Dutch is confirmed as using the conflicting Alt-X,
but the other languages are unknown status in MSWord.
Change-Id: Id07fc825aa7df427b4e7d1db9026dc1665a14a0d
Reviewed-on: https://gerrit.libreoffice.org/20370
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
(cherry picked from commit 2ffe2b0c746a64467b4115523f91ce391ab9b229)
Reviewed-on: https://gerrit.libreoffice.org/20390
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index bbaa03027014..7ea89afa226a 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -218,12 +218,20 @@ --> <value xml:lang="de" install:module="unxwnt"></value> <value xml:lang="vi" install:module="unxwnt"></value> + <value xml:lang="eu" install:module="unxwnt"></value> + <value xml:lang="gl" install:module="unxwnt"></value> + <value xml:lang="nl" install:module="unxwnt"></value> + <value xml:lang="pt-BR" install:module="unxwnt"></value> </prop> </node> <node oor:name="C_MOD2" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="de" install:module="unxwnt">.uno:UnicodeNotationToggle</value> + <value xml:lang="eu" install:module="unxwnt">.uno:UnicodeNotationToggle</value> + <value xml:lang="gl" install:module="unxwnt">.uno:UnicodeNotationToggle</value> + <value xml:lang="nl" install:module="unxwnt">.uno:UnicodeNotationToggle</value> + <value xml:lang="pt-BR" install:module="unxwnt">.uno:UnicodeNotationToggle</value> </prop> </node> <node oor:name="X_MOD1_MOD2" oor:op="replace"> |