[Libreoffice-commits] core.git: officecfg/registry

Yousuf Philips philipz85 at hotmail.com
Fri Mar 11 06:16:22 UTC 2016


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 129d199d27f6961ea0c850686f76c83e2fc1953d
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Wed Mar 9 03:56:38 2016 +0400

    tdf#97906 Ensure that F4 isnt used in Writer for Data Sources
    
    Change-Id: I6bc9aa925e7ea0a9d1ee24605127b2e005811aab
    Reviewed-on: https://gerrit.libreoffice.org/23047
    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 a905124..5c11637 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6247,6 +6247,12 @@
             <value xml:lang="en-US">.uno:Undo</value>
           </prop>
         </node>
+        <node oor:name="F4_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:ViewDataSourceBrowser</value>
+          </prop>
+        </node>
       </node>
       <node oor:name="com.sun.star.xforms.XMLFormDocument" oor:op="replace">
         <node oor:name="0_MOD1" oor:op="replace">


More information about the Libreoffice-commits mailing list