Keyboard Shortcuts

You can navigate the entire application without a mouse and access all relevant functionality using only the keyboard. You don't need assistive technology to use keyboard-only navigation, which is available to all users. Keyboard shortcuts enable you to perform user interface actions without using a mouse. For example, you can use keyboard shortcuts to save a file or open a tab. The keyboard shortcuts that are specific to a feature or product are given below:

Action Shortcut

Navigate forward in the application

Tab

Opens menu, links, icon and buttons

Enter or Spacebar

Move focus backward among the components in the page

Shift + Tab

To navigate between rows in a table or scroll up/down the window/page

Arrow keys – Up/Down

To refresh the page

F5

Select and deselect the check box

Spacebar

 

Esc

For detail information refer the below sections.

Target

Key

Action

`Cell

Tab

The first Tab into the Table moves focus to the first column header. The second Tab moves focus to the next focusable element outside of the Table. If focus is on a row and the row is actionable then Tab moves focus to the next focusable element within the row. If focus is already on the last focusable element then focus will wrap to the first focusable element in the row.

Shift+Tab

The first Shift+Tab into the Table moves focus to the first column header. The second Shift+Tab moves focus to the previous focusable element outside of the Table. If focus is on a row and the row is actionable then Shift+Tab moves focus to the previous focusable element within the row. If focus is already on the first focusable element then focus will wrap to the last focusable element in the row. If editMode is rowEdit, please see the section 'Cell in EditableRow'.

DownArrow

Move focus to the next row.

Shift+DownArrow

Select and move focus to the next row.

Shift+F10

Display context menu.

Ctrl+DownArrow

Move focus to the column footer.

UpArrow

Move focus to the previous row. If at the first row then move to the column header.

Shift+UpArrow

Select and move focus to the previous row.

Ctrl+UpArrow

Move focus to the column header.

LeftArrow

Move accessibility focus to the cell to the left (only applies when using a screen reader).

RightArrow

Move accessibility focus to the cell to the right (only applies when using a screen reader).

Home

Move focus to first row.

End

Move focus to last row.

Space

Select row.

Enter

If the table editMode is rowEdit then make the current row editable. If the table editMode is none then toggle the current row to actionable mode if there exists a tabbable element in the row. Once toggled to actionable mode, focus will be moved to be first tabbable element in the row.

F2

If the table editMode is none then toggle the current row to actionable mode if there exists a tabbable element in the row. Once toggled to actionable mode, focus will be moved to be first tabbable element in the row. If the table editMode is rowEdit then toggle the current row between editable and readonly.

Cell in Editable Row

Tab

Move focus to next editable cell or focusable element in the row. If focus is on the last editable cell or focusable element in the row, make the next row editable and move focus to the first editable cell or focusable element in the next row. If focus is on the last editable cell or focusable element in the last row, move focus to next focusable element on the page (outside table).

Shift+Tab

Move focus to previous editable cell or focusable element in the row. If focus is on the first editable cell or focusable element in the row, make the previous row editable and move focus to the last editable cell or focusable element in the previous row. If focus is on the first editable cell or focusable element in the first row, move focus to previous focusable element on the page (outside table).

Enter

Make the next row editable and move focus to the editable cell in current column in the next row. If last row is editable then make it readonly.

Shift+Enter

Make the previous row editable and move focus to the editable cell in current column in the previous row. If first row is editable then make it readonly.

F2

Toggle the current row between editable and readonly.

Esc

Make the current row readonly.

Column Header

Tab

Navigate to next focusable element on page (outside table).

Shift+Tab

Navigate to previous focusable element on page (outside table).

Shift+F10

Display context menu.

DownArrow

Move focus to the first row.

Ctrl+DownArrow

Move focus to the column footer.

UpArrow

Do nothing.

Ctrl+UpArrow

Do nothing.

LeftArrow

Move focus to previous column header.

Shift+LeftArrow

Select and move focus to previous column header.

RightArrow

Move focus to next column header.

Shift+RightArrow

Select and move focus to next column header.

Home

Move focus to first column header.

End

Move focus to last column header.

Space

Select column.

F2

Toggle the column header region to actionable mode if there exists a tabbable element in the region. Once toggled to actionable mode, focus will be moved to be first tabbable element in the region.

Esc

Exit actionable mode.