List Item |
F2 |
Enters Actionable 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 actionable mode if already in actionable mode. |
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. |
LeftArrow |
When display in card layout, move focus to the item on the left. |
RightArrow |
When display in card layout, 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 |
When display in card layout, extend the selection to the item on the left. |
Shift+RightArrow |
When display in card layout, extend the selection to the item on the right. |
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. |
Ctrl+X |
Marks the selected items to move if dnd.reorder is enabled. This has been deprecated. Applications should designate their own shortcut key and handle the KeyEvent directly. |
Ctrl+C |
Marks the selected items to copy if dnd.reorder is enabled. This has been deprecated. Applications should designate their own shortcut key and handle the KeyEvent directly. |
Ctrl+V |
Paste the items that are marked to directly before the current item (or as the last item if the current item is a folder). This has been deprecated. Applications should designate their own shortcut key and handle the KeyEvent directly. |
Group Item |
LeftArrow (RightArrow in RTL) |
Collapse the current item if it is expanded and is collapsible. For non-hierarchical data, do nothing. |
RightArrow (LeftArrow in RTL) |
Expand the current item if it has children and is expandable. For non-hierarchical data, do nothing. |