summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-04-17 18:17:13 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-04-17 18:17:13 +0000
commitad60c6ddb4ef90108b4884d691280fcf9ededab0 (patch)
tree17079e5fb3418b42ca7c9842fab847e159b1c67b
parenttypo, redundant lines (diff)
downloadinkscape-ad60c6ddb4ef90108b4884d691280fcf9ededab0.tar.gz
inkscape-ad60c6ddb4ef90108b4884d691280fcf9ededab0.zip
add comment about effect actions
(bzr r534)
-rw-r--r--share/keys/default.xml7
-rw-r--r--share/keys/inkscape.xml7
-rw-r--r--share/keys/xara.xml3
3 files changed, 13 insertions, 4 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 22492e79f..f2df9c563 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -493,7 +493,10 @@ override) the bindings in the main default.xml.
<!-- Effects -->
- <bind action="EffectLast" />
- <bind action="EffectLastPref" />
+ <bind action="EffectLast" />
+ <bind action="EffectLastPref" />
+ <!-- You can also assign keys to individual effects. The action should be set to he
+ effect id from the .inx file, for example "org.ekips.filter.addnodes" for the Add
+ Nodes effect. -->
</keys>
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 22492e79f..f2df9c563 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -493,7 +493,10 @@ override) the bindings in the main default.xml.
<!-- Effects -->
- <bind action="EffectLast" />
- <bind action="EffectLastPref" />
+ <bind action="EffectLast" />
+ <bind action="EffectLastPref" />
+ <!-- You can also assign keys to individual effects. The action should be set to he
+ effect id from the .inx file, for example "org.ekips.filter.addnodes" for the Add
+ Nodes effect. -->
</keys>
diff --git a/share/keys/xara.xml b/share/keys/xara.xml
index a1a3b6aa3..a2d7c40d5 100644
--- a/share/keys/xara.xml
+++ b/share/keys/xara.xml
@@ -554,6 +554,9 @@ Hom/end keys-select minimum or maximum feather values
<bind action="EffectLast" />
<bind action="EffectLastPref" />
+ <!-- You can also assign keys to individual effects. The action should be set to he
+ effect id from the .inx file, for example "org.ekips.filter.addnodes" for the Add
+ Nodes effect. -->
</keys>