[Libreoffice-commits] core.git: officecfg/registry
Cor Nouws
oolst at nouenoff.nl
Fri Sep 25 03:14:55 PDT 2015
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit e3aa3e4ac57d61126a30c2fdfd1fca5bd8489888
Author: Cor Nouws <oolst at nouenoff.nl>
Date: Fri Sep 25 01:48:33 2015 +0200
tdf#94498 UI: Ctrl+Shift+F does not repeat search in Basic IDE
Change-Id: I3ab5e945d1a9243978bacb540e9b4b5ca43dfa0d
Reviewed-on: https://gerrit.libreoffice.org/18833
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index e926801..dd154d9 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -301,6 +301,12 @@
<value xml:lang="en-US">.uno:GotoLine</value>
</prop>
</node>
+ <node oor:name="F_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:RepeatSearch</value>
+ </prop>
+ </node>
</node>
<node oor:name="com.sun.star.frame.StartModule" oor:op="replace">
<node oor:name="A_MOD1" oor:op="replace">
More information about the Libreoffice-commits
mailing list