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

Yousuf Philips philipz85 at hotmail.com
Thu May 4 13:39:33 UTC 2017


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   16 +---------
 1 file changed, 2 insertions(+), 14 deletions(-)

New commits:
commit 70b508ce1f74dbcf24edf1f3cb8d0db2c2d4e3b3
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Wed Apr 19 01:46:27 2017 +0400

    tdf#87674 Remove duplicate shortcuts and add shortcut for new slide
    
    In Impress, removed 2 duplicate shortcuts for starting a slide
    presentation and add shortcut for inserting a new slide
    
    Change-Id: I86d9d07dd0b84f13309a4eb620135741c8e13a23
    Reviewed-on: https://gerrit.libreoffice.org/36647
    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 d874fb46a281..fe0c37a2e2ee 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -3003,13 +3003,13 @@
         <node oor:name="M_MOD1" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
-            <value xml:lang="en-US" install:module="unxwnt">.uno:SetDefault</value>
+            <value xml:lang="en-US" install:module="unxwnt">.uno:InsertPage</value>
           </prop>
         </node>
         <node oor:name="M_MOD3" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
-            <value xml:lang="en-US" install:module="macosx">.uno:SetDefault</value>
+            <value xml:lang="en-US" install:module="macosx">.uno:InsertPage</value>
           </prop>
         </node>
         <node oor:name="N_MOD1" oor:op="replace">
@@ -7514,18 +7514,6 @@
             <value xml:lang="en-US">.uno:Cut</value>
           </prop>
         </node>
-        <node oor:name="F2_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:Presentation</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>
-            <value xml:lang="en-US">.uno:Presentation</value>
-          </prop>
-        </node>
         <node oor:name="INSERT_MOD1" 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