diff options
Diffstat (limited to 'share')
| -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> |
