Keyboard Shortcuts for Redwood Components
Some application pages use Redwood components, which come with standard keyboard shortcuts. You might also find different keyboard shortcuts for complex UI actions and component-specific controls.
Frequently Used Keyboard Controls
This table summarizes the most common keyboard controls.
| Key | Action |
|---|---|
|
Enter |
|
|
Shift + Enter |
For cells in editable tables, make the previous row editable and move the focus to the editable cell in the current column of the previous row. If the first row is editable, make it read-only. |
|
Space |
|
|
Shift + Space |
In components such as Card View, Data Grid, List View, and Tree View, select contiguous items from the last selection to the current item. |
|
Ctrl / Cmd + Space |
|
|
Tab |
|
|
Shift + Tab |
|
|
Up Arrow |
|
|
Down Arrow |
|
|
Left Arrow |
|
|
Right Arrow |
|
|
Shift + Arrow |
For selectable elements within collection components, move focus and extend the selection in the direction of the arrow. |
|
Shift + Ctrl / Cmd + Arrow |
In Card View, reorder the current item in the direction of the arrow. |
|
F2 |
|
|
Alt + F10 |
For Rich text input, move focus to the text editing toolbar. |
|
Esc |
|
|
= or + |
Zoom in one level (if zooming is enabled). |
|
- or _ |
Zoom out one level (if zooming is enabled). |
|
Page Up |
For Data grid and data visualization components, such as Diagram and Timeline, pan up (if scrolling is enabled). |
|
Page Down |
For Data grid and data visualization components, such as Diagram and Timeline, pan down (if scrolling is enabled). |
|
Shift + Page Up |
|
|
Shift + Page Down |
|
|
Home or End |
For Data grid, move focus to the first or last focusable item. |
|
Ctrl / Cmd + X |
For draggable elements, mark the selected items to move if reorder is enabled. |
|
Ctrl / Cmd + C |
For draggable elements, mark the selected items to copy if reorder is enabled. |
|
Ctrl / Cmd + V |
For draggable elements, paste selected items directly before the current item (or as the last item if the current item is a folder). |
|
Del / Backspace |
For removable selected elements, such as Chips and Tabs, delete the selected element. |
Component-Specific Keyboard Controls
Some components use additional or alternative keyboard controls. For more details, review the specific component information on Oracle JavaScript Extension Toolkit (JET) Keyboard and Touch Reference.