Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JumpMovementKey

The currently supported keyboard movement key combinations that jump to the start or end of a list. This was extracted from the w3.org website about wai-aria best practices.

see

https://www.w3.org/TR/wai-aria-practices/

Index

Enumeration members

AltEnd = "Alt+End"
AltHome = "Alt+Home"
ControlEnd = "Control+End"
ControlHome = "Control+Home"
ControlShiftEnd = "Control+Shift+End"
ControlShiftHome = "Control+Shift+Home"
End = "End"
Home = "Home"

Generated using TypeDoc