summaryrefslogtreecommitdiffstats
path: root/share/keys/default.xml
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-03-19 08:55:04 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-03-19 08:55:04 +0000
commit320af7e5c1d0cc88105cea9fd33c39927e2ca762 (patch)
tree95f7062be2a5d74e10c42198b32fd0a94ef35ff8 /share/keys/default.xml
parentadd delete lpe verb, rearrange menu to collect all lpe commands under path (diff)
downloadinkscape-320af7e5c1d0cc88105cea9fd33c39927e2ca762.tar.gz
inkscape-320af7e5c1d0cc88105cea9fd33c39927e2ca762.zip
update lpe commands
(bzr r5121)
Diffstat (limited to 'share/keys/default.xml')
-rw-r--r--share/keys/default.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 60d807fe8..9bebaf2b3 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -281,9 +281,6 @@ override) the bindings in the main default.xml.
<bind action="EditPasteWidthSeparately" />
<bind action="EditPasteHeightSeparately" />
- <bind key="ampersand" modifiers="Ctrl" action="EditPasteLivePathEffect"/>
- <bind key="7" modifiers="Ctrl" action="EditPasteLivePathEffect" display="true"/>
-
<bind key="Delete" action="EditDelete" display="true"/>
<bind key="KP_Delete" action="EditDelete" />
<bind key="BackSpace" action="EditDelete" />
@@ -526,6 +523,11 @@ override) the bindings in the main default.xml.
<bind key="ampersand" modifiers="Ctrl,Shift" action="DialogLivePathEffect" />
<bind key="7" modifiers="Ctrl,Shift" action="DialogLivePathEffect" display="true" />
+ <bind key="ampersand" modifiers="Ctrl" action="PasteLivePathEffect"/>
+ <bind key="7" modifiers="Ctrl" action="PasteLivePathEffect" display="true"/>
+
+ <bind action="RemoveLivePathEffect" />
+
<bind action="DialogMetadata" />
<bind action="DialogClonetiler" />
<bind action="DialogGridArrange" />