summaryrefslogtreecommitdiffstats
path: root/share/keys
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-14 20:54:48 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-14 20:54:48 +0000
commit55d43e4e27e0ba58a47fad70957dfa989aa173ad (patch)
tree2ccfbac1c50023d08ae32975c876fa2478c1ad2a /share/keys
parentFix for bug #1752113; added set_preview_widget_active(false) to FileSaveDialo... (diff)
downloadinkscape-55d43e4e27e0ba58a47fad70957dfa989aa173ad.tar.gz
inkscape-55d43e4e27e0ba58a47fad70957dfa989aa173ad.zip
Commit LivePathEffect branch to trunk!
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
Diffstat (limited to 'share/keys')
-rw-r--r--share/keys/default.xml5
-rw-r--r--share/keys/inkscape.xml4
2 files changed, 9 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 24f4dd3ae..16f8f2e29 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -510,6 +510,11 @@ 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" />
+
+
<bind action="DialogMetadata" />
<bind action="DialogClonetiler" />
<bind action="DialogGridArrange" />
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 24f4dd3ae..e42da28f1 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -510,6 +510,10 @@ 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" />
+
<bind action="DialogMetadata" />
<bind action="DialogClonetiler" />
<bind action="DialogGridArrange" />