keystroke

Contains the definition of a key combination that can be used by application user interfacesto insert/invoke the content/functionality represented by this element's parent element. Currently, the icon is only used in Content Studio.

The syntax for specifying key combinations is:

modifier* key

where:

modifier

is one of shift, control, ctrl, meta, alt or altGraph and indicates one of the keyboard modifier key (note that ctrl is the Cmd key on a Mac).

key

Is a key identifier. These are always upper case. For the standard alphanumeric keys, the character on the key is used. For a complete list of all key identifiers, see http://download.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html. Use the key names listed here, without the "VK_" prefix.

Here are some example keystroke definitions:

alt 8
shift alt PAGE_DOWN

Make sure you avoid keystroke combinations that are already in use in Content Studio.

Syntax
<keystroke>
  text
</keystroke>