Keyboard Shortcuts

In ASM Hermes 10.6.8 the Nano interface can now be navigated using Keyboard Shortcuts. There are future plans to extend the coverage of keyboard shortcuts and extend their use into ASM Core and Portal

  • Ctrl + Alt + F = Focus quick search

  • Ctrl + Alt + S = Save

  • Ctrl + Alt + C = Cancel

  • Ctrl + Alt + I = New Incident

  • Ctrl + Alt + R = New Request for Change

The Nano Grid supports the following keyboard shortcuts:

SHORTCUT
DESCRIPTION

Right Arrow

Moves the focus one cell to the right. If the focus is on the right-most cell in the row, the focus does not move.

Left Arrow

Moves the focus one cell to the left. If the focus is on the left-most cell in the row, the focus does not move.

Down Arrow

Moves the focus one cell down. If the focus is on the bottom-most cell in the column, the focus does not move.

Up Arrow

Moves the focus one cell up. If the focus is on the top-most cell in the column, the focus does not move.

Page Down

Scrolls to the next page of data. If paging is configured, loads the next page of data, if any.

Page Up

Scrolls to the previous page of data. If paging is configured, loads the previous page of data, if any.

Home

Moves the focus to the first focusable cell in the row.

End

Moves the focus to the last focusable cell in the row.

Space

Selects the row holding the currently focused cell.

Ctrl/Cmd(Mac) & Home

Moves the focus to the first cell in the first row.

Ctrl/Cmd(Mac) & End

Moves the focus to the last cell in the last row.

Ctrl/Cmd(Mac) & Space

Selects or deselects the current row, while persisting previously selected rows (only for selection mode "multiple").

Shift & Space

Performs range selection, selects all the rows between the last selected one (with SPACE or mouse click) and the one holding the focused cell.

Shift & Up Arrow

Selects the row above. When multiple selection is enabled, extends the selection to that row.

Shift & Down Arrow

Selects the row below. When multiple selection is enabled, extends the selection to that row.

The Grid column header cells support the following keyboard shortcuts:

SHORTCUT
DESCRIPTION

Enter

If the column is sortable, triggers the action associated with clicking the header cell - either sorts the data by the respective field, changes the sorting direction, or unsorts, depending on current state and configuration.

Alt & Down Arrow

Opens the Filter or Column Menu when the respective header cell is focused. Traps the focus within the opened menu container.

Ctrl & Space / Cmd & Enter(MacOS)

If the column is groupable, groups/ungroups the data by the column field.

Ctrl/Cmd(MacOS) & RightArrow

Reorders the column with the next one (if such is available).

Ctrl/Cmd(MacOS) & LeftArrow

Reorders the column with the previous one (if such is available).

The Grid Filter Menu supports the following keyboard shortcuts*:

SHORTCUT
DESCRIPTION

Alt & Down Arrow

Opens the Filter Menu when the respective header cell is focused. Traps the focus within the opened menu container.

Escape

Closes the Filter Menu and returns the focus to its parent header cell.

Tab

Moves the focus to the next focusable menu element. When tabbing out of the last element, the first element is focused.

Shift & Tab

Moves the focus to the previous focusable menu element. When shift-tabbing out of the first element, the last element is focused.

Enter

Triggers filtering by the current criteria and closes the menu when the filter is not empty.

Last updated

Was this helpful?