OJET Tree View (oj-tree-view)
This section contains information on the OJET Tree View keystrokes.
Table B-39 OJET Tree View Keystrokes
| Target | Key | Action |
|---|---|---|
| Item | Tab | Navigates to next focusable element on page. |
| Item | Shift+Tab | Navigates to previous focusable element on page. |
| Item | DownArrow | Moves focus to the item below. |
| Item | UpArrow | Moves focus to the item above. |
| Item | LeftArrow | On an expanded item, collapses the item. Otherwise, move focus to the item above. The action is swapped with RightArrow in RTL locales. |
| Item | RightArrow | On a collapsed item, expands the item. Otherwise, move focus to the item below. The action is swapped with LeftArrow in RTL locales. |
| Item | Shift+DownArrow | Extends the selection to the item below. Only applicable if the multiple selection is enabled. |
| Item | Shift+UpArrow | Extends the selection to the item above. Only applicable if the multiple selection is enabled. |
| Item | Space | Toggles the selection of the current item and deselects the other items. |
| Item | Enter | Selects the current item and deselects the other items. No op if the current item is already selected. |
| Item | Ctrl+Space/Enter / CMD+Space/Enter | Toggles the selection of the current item while maintaining previously selected items. Only applicable if the multiple selection is enabled. |
| Item | Shift+Space/Enter | Selects contiguous items from the last selected item to the current item. Only applicable if the multiple selection is enabled. |
| Ctrl+A / CMD+A | If selection Mode is multiple, will select all selectable nodes. |