| List Item |
F2 |
Enters Actionable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. |
| Esc |
Exits Actionable mode. |
| Tab |
When in Actionable 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 Actionable Mode, navigates to next focusable element on page (outside ListView). |
| Shift+Tab |
When in Actionable 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 Actionable Mode, navigates to previous focusable element on page (outside ListView). |
| DownArrow |
Move focus to the item below. |
| UpArrow |
Move focus to the item above. |
| Shift+DownArrow |
Extend the selection to the item below. |
| Shift+UpArrow |
Extend the selection to the item above. |
| Shift+F10 |
Launch the context menu if there is one associated with the current item. |
| Enter |
Selects the current item. No op if the item is already selected. |
| Space |
Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item. |
| Shift+Space |
Selects contiguous items from the last selected item to the current item. |
| Ctrl+Space |
Toggles to select and deselect the current item while maintaining previous selected items. |
| Group Item |
LeftArrow |
Collapse the current item if it is expanded and is collapsible. For non-hierarchical data, do nothing. |
| RightArrow |
Expand the current item if it has children and is expandable. For non-hierarchical data, do nothing. |