B.27 OJET List View (oj-listview)

This section contains information on the list view keystroke.

Table B-25 List View Keystroke

Target Key Action
List Item F2 Enters Actionable Mode. This enables keyboard action on elements inside the item, including navigating between focusable elements inside the item.
Esc Exits Actionable Mode.
Tab When in Actionable Mode, navigates to the 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 the next focusable element on the page (outside ListView).
Shift+Tab When in Actionable Mode, navigates to the 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 the previous focusable element on the page (outside ListView).
Down Arrow Move focus to the item below.
Up Arrow Move focus to the item above.
Left Arrow When display in card layout, move focus to the item on the left.
Right Arrow When display in card layout, move focus to the item on the right.
Shift+Down Arrow Extend the selection to the item below.
Shift+Up Arrow Extend the selection to the item above.
Shift+Left Arrow When display in card layout, extend the selection to the item on the left.
Shift+Right Arrow 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. Not applicable 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 previously selected items.
Ctrl+X Marks the selected items to move if dnd.reorder is enabled.
Ctrl+C Marks the selected items to copy if dnd.reorder is enabled.
Ctrl+V Paste the items that are marked directly before the current item (or as the last item if the current item is a folder).
Group Item Left Arrow Collapse the current item if it is expanded and is collapsible. For non-hierarchical data, do nothing.
Right Arrow Collapse the current item if it is expanded and is collapsible. For non-hierarchical data, do nothing.