diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-17 18:17:13 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-17 18:17:13 +0000 |
| commit | ad60c6ddb4ef90108b4884d691280fcf9ededab0 (patch) | |
| tree | 17079e5fb3418b42ca7c9842fab847e159b1c67b | |
| parent | typo, redundant lines (diff) | |
| download | inkscape-ad60c6ddb4ef90108b4884d691280fcf9ededab0.tar.gz inkscape-ad60c6ddb4ef90108b4884d691280fcf9ededab0.zip | |
add comment about effect actions
(bzr r534)
| -rw-r--r-- | share/keys/default.xml | 7 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 7 | ||||
| -rw-r--r-- | share/keys/xara.xml | 3 |
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> |
