<SHORTCUT> : Shortcut

ROLE

This tag defines the sequence of keys that should be pressed for the action to be invoked. The value defined for a shortcut is always associated to the control key (Ctrl). The realisation of this feature depends the ability of the type of the selected display to invoke an action with a key shortcut.

ATTRIBUTES

<!ATTLIST SHORTCUT
	  value CDATA #REQUIRED>
Attribute Mand. Description Default
value yes Value of the shortcut.  

SAMPLE

<SHORTCUT value="n"/>	<!-- Shortcut : CTRL + n -->