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"
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.
https://www.w3.org/TR/wai-aria-practices/