summaryrefslogtreecommitdiffstats
path: root/share/keys/inkscape.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/inkscape.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/inkscape.xml')
-rw-r--r--share/keys/inkscape.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 9ed494769..9bebaf2b3 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -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" />