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

AltEnd = "Alt+End"

AltHome

AltHome = "Alt+Home"

ControlEnd

ControlEnd = "Control+End"

ControlHome

ControlHome = "Control+Home"

ControlShiftEnd

ControlShiftEnd = "Control+Shift+End"

ControlShiftHome

ControlShiftHome = "Control+Shift+Home"

End

End = "End"

Home

Home = "Home"

Generated using TypeDoc