[Libreoffice-commits] .: Branch 'libreoffice-3-5' - officecfg/registry

Caolán McNamara caolan at kemper.freedesktop.org
Fri Apr 13 06:23:10 PDT 2012


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 1ad759b17798848b0e4caa2a39c0b292e86efab1
Author: Andras Timar <atimar at suse.com>
Date:   Thu Apr 12 12:55:55 2012 +0200

    fdo#48584 Shift+F3 should be the shourtcut for Edit > Duplicate in Draw
    
    ... just like it is in Impress. The fix for fdo#32559 was partially
    reverted. I think .uno:CopyObjects is more useful in Draw, than
    .uno:ChangeCaseRotateCase.
    (cherry picked from commit 25c194163c531648f7ad8cdb1a64a03407f75efc)
    
    Signed-off-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 30702f9..685b7b4 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1131,14 +1131,9 @@
       <value xml:lang="en-US">.uno:LeaveGroup</value>
      </prop>
     </node>
-    <!--<node oor:name="F3_SHIFT" oor:op="replace">
-     <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
-      <value xml:lang="en-US">.uno:CopyObjects</value>
-     </prop>
-    </node>-->
     <node oor:name="F3_SHIFT" oor:op="replace">
      <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
-      <value xml:lang="en-US">.uno:ChangeCaseRotateCase</value>
+      <value xml:lang="en-US">.uno:CopyObjects</value>
      </prop>
     </node>
     <node oor:name="F4" oor:op="replace">


More information about the Libreoffice-commits mailing list