aria-kbdshortcuts attribute | ariaKbdshortcuts property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Indicates keyboard shortcuts can be pressed to activate widgets, like, or menu item.

Syntax


<element aria-kbdshortcuts="..." ... />

Property values

Type: string

Remarks

Used in Roles
checkbox
command
gridcell
option

 

The value for aria-kbdshortcuts is a space-delimited list of keyboard shortcuts consisting of one or more tokens delimited by the plus sign ("+") like:


aria-kbdshortcuts="Alt+Sift+P"

Modifier keys must be specified exactly according to the DOM Level 3 KeyboardEvent key Values specification.

 

 

Show: