Code

update lpe commands
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 19 Mar 2008 08:55:04 +0000 (08:55 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 19 Mar 2008 08:55:04 +0000 (08:55 +0000)
share/keys/default.xml
share/keys/inkscape.xml

index 60d807fe86d51e5e175e5b7989b8bda6e8bda728..9bebaf2b339878d21f852e3d3e959b52e7626706 100644 (file)
@@ -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" />
index 9ed494769d7fe3e9aeb278f3c90fb3f97ffb1adc..9bebaf2b339878d21f852e3d3e959b52e7626706 100644 (file)
@@ -230,7 +230,7 @@ override) the bindings in the main default.xml.
 
   <bind key="numbersign" modifiers="Shift" action="ToggleGrid" /> <!-- # -->
   <bind key="numbersign" action="ToggleGrid" display="true"/>
-
+  
   <bind key="percent" action="ToggleSnapping" display="true"/> <!-- # -->
   <bind key="percent" modifiers="Shift" action="ToggleSnapping" />
 
@@ -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" />
@@ -323,7 +320,7 @@ override) the bindings in the main default.xml.
 
   <bind key="7" action="EditNextPathEffectParameter" display="true"/>
 
-<!-- Objects/selection -->
+  <!-- Objects/selection -->
 
   <bind key="h" action="ObjectFlipHorizontally" display="true"/>
   <bind key="H" action="ObjectFlipHorizontally" />
@@ -361,10 +358,10 @@ override) the bindings in the main default.xml.
 
   <bind key="i" modifiers="Alt" action="ObjectsToPattern" display="true"/>
   <bind key="I" modifiers="Alt" action="ObjectsToPattern" />
-  
+
   <bind key="i" modifiers="Alt,Shift" action="ObjectsFromPattern" display="true"/>
   <bind key="I" modifiers="Alt,Shift" action="ObjectsFromPattern" />
-
+  
   <bind key="g" modifiers="Shift" action="ObjectsToGuides" display="true"/>
   <bind key="G" modifiers="Shift" action="ObjectsToGuides" />
 
@@ -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" />