Kaydet (Commit) 18f668d9 authored tarafından Justin Luth's avatar Justin Luth Kaydeden (comit) Samuel Mehrbrodt

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/20370Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
(cherry picked from commit 2ffe2b0c)
Reviewed-on: https://gerrit.libreoffice.org/20390
üst e806e700
...@@ -218,12 +218,20 @@ ...@@ -218,12 +218,20 @@
--> -->
<value xml:lang="de" install:module="unxwnt"></value> <value xml:lang="de" install:module="unxwnt"></value>
<value xml:lang="vi" 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> </prop>
</node> </node>
<node oor:name="C_MOD2" oor:op="replace"> <node oor:name="C_MOD2" oor:op="replace">
<prop oor:name="Command"> <prop oor:name="Command">
<value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
<value xml:lang="de" install:module="unxwnt">.uno:UnicodeNotationToggle</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> </prop>
</node> </node>
<node oor:name="X_MOD1_MOD2" oor:op="replace"> <node oor:name="X_MOD1_MOD2" oor:op="replace">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment