[Libreoffice-commits] core.git: officecfg/registry

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Wed Aug 12 08:52:00 PDT 2015


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit ddf7618fb56c927f862de7b85f213da352cf2b26
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Wed Aug 12 17:47:04 2015 +0200

    Related tdf#73691: Add different shortcut for German locale
    
    The default shortcut (Alt-X) for the Unicode notation toggle
    conflicts with the German 'E_xtras' menu.
    So change the shortcut to Alt-C (Word has the same for German locale)
    
    Change-Id: Idf52ea848a9d62717b0586cd8d9eed957ffd3022

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 90306ae..e926801 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -214,6 +214,12 @@
           <value xml:lang="en-US">.uno:UnicodeNotationToggle</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">.uno:UnicodeNotationToggle</value>
+        </prop>
+      </node>
       <node oor:name="Y_SHIFT_MOD1" oor:op="replace">
         <prop oor:name="Command">
           <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>


More information about the Libreoffice-commits mailing list