summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-09-05 14:58:19 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-09-05 14:58:19 +0000
commit4efd3af72717ac0f61f88a713634ec5928419826 (patch)
tree32776df3a578da7687b0a947582546f0b917cfd2
parentworkaround for runaway spinbutton (diff)
downloadinkscape-4efd3af72717ac0f61f88a713634ec5928419826.tar.gz
inkscape-4efd3af72717ac0f61f88a713634ec5928419826.zip
add pasting lpe
(bzr r3678)
-rw-r--r--share/keys/default.xml4
-rw-r--r--share/keys/inkscape.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 9ba5608d4..4b349dbe2 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -276,6 +276,9 @@ 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" />
@@ -510,7 +513,6 @@ override) the bindings in the main default.xml.
<bind key="w" modifiers="Ctrl,Shift" action="DialogSwatches" display="true"/>
<bind key="W" modifiers="Ctrl,Shift" action="DialogSwatches" />
- <bind key="ampersand" modifiers="Ctrl" action="DialogLivePathEffect" /> <!-- & -->
<bind key="ampersand" modifiers="Ctrl,Shift" action="DialogLivePathEffect" />
<bind key="7" modifiers="Ctrl,Shift" action="DialogLivePathEffect" display="true" />
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 9ba5608d4..4b349dbe2 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -276,6 +276,9 @@ 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" />
@@ -510,7 +513,6 @@ override) the bindings in the main default.xml.
<bind key="w" modifiers="Ctrl,Shift" action="DialogSwatches" display="true"/>
<bind key="W" modifiers="Ctrl,Shift" action="DialogSwatches" />
- <bind key="ampersand" modifiers="Ctrl" action="DialogLivePathEffect" /> <!-- & -->
<bind key="ampersand" modifiers="Ctrl,Shift" action="DialogLivePathEffect" />
<bind key="7" modifiers="Ctrl,Shift" action="DialogLivePathEffect" display="true" />