<release>

Defines one or more actions to take when the user releases a pressed key on the keyboard.

If the optional attribute persistent="" is set to FALSE, the action(s) will only occur on the first release. If it is set to TRUE, they will occur until a new release is defined. persistent="" is TRUE by default.

See also: <press>

Example:

<release persistent="FALSE">
            <next_node>press</next_node>
            ...
</release>