[Libreoffice-commits] core.git: officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Sat Aug 13 12:50:27 UTC 2016
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit e7d6f952f136d11451969dcf1da417fe5e0e88f9
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Tue Jul 12 07:17:51 2016 +0400
tdf#83054 Ctrl + G opens Go To Page dialog in writer
Change-Id: Ifeb61902d8ef601d9a9cb8f5ec02b995315c732f
Reviewed-on: https://gerrit.libreoffice.org/27132
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
Tested-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 62f8cfcf..e33d7a4 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -5991,7 +5991,8 @@
<node oor:name="G_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:RepeatSearch</value>
+ <value xml:lang="en-US" install:module="unxwnt">.uno:GotoPage</value>
+ <value xml:lang="en-US" install:module="macosx">.uno:RepeatSearch</value>
<value xml:lang="es">.uno:Save</value>
<value xml:lang="fr">.uno:Bold</value>
</prop>
More information about the Libreoffice-commits
mailing list