summaryrefslogtreecommitdiff
path: root/officecfg/registry/data/org
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-07-12 07:17:51 +0400
committerYousuf Philips <philipz85@hotmail.com>2016-08-13 12:50:06 +0000
commite7d6f952f136d11451969dcf1da417fe5e0e88f9 (patch)
treefffd68bb61757b4709c4157e2b6c0661b8563a4e /officecfg/registry/data/org
parentb13974b474ea3fd41c8eab1d21d26a79110c0be9 (diff)
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@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg/registry/data/org')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Accelerators.xcu3
1 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 62f8cfcf21aa..e33d7a42f8ce 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>