<press>

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

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

See also: <release>

Example:

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