diff options
Diffstat (limited to 'share/keys/default.xml')
| -rw-r--r-- | share/keys/default.xml | 7 |
1 files changed, 5 insertions, 2 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> |
