[Libreoffice-commits] core.git: officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Wed Feb 14 09:37:37 UTC 2018
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 532576461654eaf43120d2f693172c07a41275fa
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>
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