Additional Reference

Oracle JavaScript Extension Toolkit (JET) is a toolkit for developing user interfaces. Based on industry standards and popular open-source frameworks, Oracle JET adds advanced functionality and services to help developers build better applications faster. Oracle JET components have built-in accessibility support that conforms with the Web Content Accessibility Guidelines version 2.1 at the AA level (WCAG 2.1 AA)

Oracle Financial Services Communication Cloud Service uses JET elements, which provide keyboard options to perform various actions. Some example actions are:

Menu element

Table 10-8 Menu Element

Key Action
Enter or Space Invoke the focused menu item's action.
UpArrow Move focus to the previous menu item, wrapping around at the top
DownArrow Move focus to the next menu item, wrapping around at the bottom.
Home Move focus to the first menu item.
End Move focus to the last menu item.
Shift + F10 Open the context menu.

Table 10-9 Menu Item in Top-level Menu

Key Action
Esc Close the menu and move focus to the launcher

Table 10-10 List View Element

Key Action
F2 Enters Actionable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item.
Esc Exits Actionable mod
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 reorder is enabled.
Ctrl+C Marks the selected items to copy if reorder is enabled.
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).

Table 10-11 Group Item

Key(s) Action
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.

Table 10-12 Tab Bar element

Key(s) Action
Enter or Space Selects list item
UpArrow Moves focus to the previous visible list item.
DownArrow Moves focus to the next visible list item
RightArrow (LeftArrow in RTL) For horizontal tab bar, focus will be moved to next visible item.
LeftArrow (RightArrow in RTL) For horizontal tab bar, focus will be moved to previous visible item
Home Moves focus to the first visible list item.
End Moves focus to the last visible list item.
F2 If focus is on a list item, pressing F2 will make its contents accessible using TAB.
Esc When F2 mode is enabled, press Esc to exit F2 mode.
Ctrl+X Marks the current item to move if reorderable is enabled.
Ctrl+V Paste the item that are marked to directly before the current item
DELETE Delete the current item.
Enter or Space Open menu. Refer menu button touch documentation. Note: This is applicable only for Horizontal Tab Bar when overflow is set to popup.

Table 10-13 Overflow Menu button

Key(s) Action
Enter or Space Collapse the current item if it is expanded and is collapsible. For non-hierarchical data, do nothing

You can access more details at Oracle JavaScript Extension Toolkit (JET) Keyboard and Touch Reference, which lists the keyboard and touch gestures for all Oracle JET components.