accesskey - Accelerator

Specifies a character used in conjunction with the ALT key to put focus on a control.

Category

accessibility

Syntax

accesskey="key"

Usage

In Design mode, click the top tab under Properties and look for Accelerator, or click All Properties and look for accesskey under accessibility.

Providing keyboard combinations are useful for users who want to use the keyboard to navigate and also for users with visual disabilities who depend on HTML accesskey attributes. Refer to your browser's documentation for accelerator key restrictions.

Examples

This Edit Box control is selected when the user types ALT > b.
<xp:inputText id="inputText1" value="#{document1.subject}" accesskey="b"></xp:inputText>