diff options
author | Andras Timar <atimar@suse.com> | 2012-04-12 12:55:55 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-04-12 14:10:52 +0200 |
commit | 25c194163c531648f7ad8cdb1a64a03407f75efc (patch) | |
tree | 88d42f2d69e5024e6958b723f14a4e2ace42d9a6 | |
parent | 250feedd8e50e5eb52682a194823567ba5287c60 (diff) |
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.
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 30702f9de4f6..685b7b434a67 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"> |