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

Kishor Bhat kishorbhat at gmail.com
Mon Feb 2 02:06:23 PST 2015


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

New commits:
commit dd1ef615c0a56e8c7e92cfe0293c9770b72bddf3
Author: Kishor Bhat <kishorbhat at gmail.com>
Date:   Wed Jan 28 20:19:30 2015 +0530

    tdf#88711 add binding for BasicStepOut
    
    Assigned Ctrl+Shift+F8 to .uno:BasicStepOut
    
    Change-Id: I2fe2b125bf859cb8179f8fb797a13841c5207b81
    Reviewed-on: https://gerrit.libreoffice.org/14230
    Reviewed-by: Katarina Behrens <bubli at bubli.org>
    Tested-by: Katarina Behrens <bubli at bubli.org>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 2070eee..1d24737 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -265,6 +265,12 @@
             <value xml:lang="en-US">.uno:BasicStepOver</value>
           </prop>
         </node>
+        <node oor:name="F8_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:BasicStepOut</value>
+          </prop>
+        </node>
         <node oor:name="F9" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>


More information about the Libreoffice-commits mailing list