[Libreoffice-commits] core.git: officecfg/registry
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 24 07:06:26 UTC 2018
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 16 ++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
New commits:
commit fcb8ee70824acace8fbe2357eaeba52ad9b7332f
Author: heiko tietze <tietze.heiko at gmail.com>
AuthorDate: Wed Aug 22 18:55:00 2018 +0200
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Fri Aug 24 09:05:56 2018 +0200
tdf#119425 - Use Ctrl+Tab to switch between sheets on macOS
macOS used MOD3 now
Change-Id: I6bec6a8311335ea0eb3decb0e0c2adc2fa9b03f7
Reviewed-on: https://gerrit.libreoffice.org/59459
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 0709db4fbd4a..0b62ff83a22c 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1362,13 +1362,25 @@
<node oor:name="TAB_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:JumpToNextTable</value>
+ <value xml:lang="en-US" install:module="unxwnt">.uno:JumpToNextTable</value>
+ </prop>
+ </node>
+ <node oor:name="TAB_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:JumpToNextTable</value>
</prop>
</node>
<node oor:name="TAB_SHIFT_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:JumpToPrevTable</value>
+ <value xml:lang="en-US" install:module="unxwnt">.uno:JumpToPrevTable</value>
+ </prop>
+ </node>
+ <node oor:name="TAB_SHIFT_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:JumpToPrevTable</value>
</prop>
</node>
</node>
More information about the Libreoffice-commits
mailing list