diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-19 08:55:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-19 08:55:04 +0000 |
| commit | 320af7e5c1d0cc88105cea9fd33c39927e2ca762 (patch) | |
| tree | 95f7062be2a5d74e10c42198b32fd0a94ef35ff8 /share/keys/default.xml | |
| parent | add delete lpe verb, rearrange menu to collect all lpe commands under path (diff) | |
| download | inkscape-320af7e5c1d0cc88105cea9fd33c39927e2ca762.tar.gz inkscape-320af7e5c1d0cc88105cea9fd33c39927e2ca762.zip | |
update lpe commands
(bzr r5121)
Diffstat (limited to 'share/keys/default.xml')
| -rw-r--r-- | share/keys/default.xml | 8 |
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" /> |
