[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - officecfg/registry

Yousuf Philips philipz85 at hotmail.com
Thu Mar 15 15:58:26 UTC 2018


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 036bf5c78a3ead56f48b4be4d0462e23242c80e0
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sun Jan 28 19:52:42 2018 +0400

    tdf#114858 Use Ctrl+` for Formula Toggle on Mac
    
    Change-Id: I0685eb0d1f6ea7c8502bbaa22f0e90004947282d
    Reviewed-on: https://gerrit.libreoffice.org/48793
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    (cherry picked from commit 532576461654eaf43120d2f693172c07a41275fa)
    Reviewed-on: https://gerrit.libreoffice.org/50971
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index b3f195413c17..6e9182150a56 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1080,7 +1080,13 @@
         <node oor:name="QUOTELEFT_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:ToggleFormula</value>
+            <value xml:lang="en-US" install:module="unxwnt">.uno:ToggleFormula</value>
+          </prop>
+        </node>
+        <node oor:name="QUOTELEFT_MOD3" oor:op="replace">
+          <prop oor:name="Command">
+            <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
+            <value xml:lang="en-US" install:module="macosx">.uno:ToggleFormula</value>
           </prop>
         </node>
         <node oor:name="QUOTERIGHT_MOD1" oor:op="replace">


More information about the Libreoffice-commits mailing list