Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.
Esc
Exits tabbable mode.
Tab
When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.
When not in tabbable mode, navigates to next focusable element on page (outside CardView).
Shift+Tab
When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.
When not in tabbable mode, navigates to previous focusable element on page (outside CardView).
DownArrow
Move focus to the item below.
UpArrow
Move focus to the item above.
LeftArrow
Move focus to the item on the left.
RightArrow
Move focus to the item on the right.
Shift+DownArrow
Extend the selection to the item below.
Shift+UpArrow
Extend the selection to the item above.
Shift+LeftArrow
Extend the selection to the item on the left.
Shift+RightArrow
Extend the selection to the item on the right.
Space
Toggles to select and deselect the current item.
Shift+Space
Selects contiguous items from the last selected item to the current item.