Skip to main content
Version: 2026.1.14

Keyboard shortcuts

note
  • * indicates that the shortcut is the same in both styles.
  • The shortcuts mentioned here support the Cmd key on macOS. However, when your create a custom shortcut for a task, Ctrl will not be substituted with Cmd.

Set up classic or modern keyboard navigation

The component editors within the Universal UI support two types of keyboard navigation:

To enable the classic navigation style within the Universal UI:

  1. Set the extended property KeyBindings to Classic. See Available extended properties.

The following domain controls do not support classic navigation:

  • Label
  • Group header label
  • Group header icon
  • Signature
  • Image upload
  • Image blob
  • Image link
  • Video link
  • HTML (in a grid)

General keyboard shortcuts

To perform basic actions such as copy, paste, or save, keyboard shortcuts are available throughout the application. These key combinations execute specific actions more efficiently than mouse navigation.

The following keyboard shortcuts are available (see Classic or modern keyboard navigation for more information about the difference between the two styles):

MeaningShortcut (Modern)Shortcut (Classic)Description
AddCtrl++
Ctrl+=
*Create a new record.
EditCtrl+E*Edit a record.
Copy row dataCtrl+C*Copy the data displayed in a row, see Copy row data.
Copy recordCtrl+Alt++
Ctrl+Alt+=
*Copy the active record.
SaveCtrl+Enter
Ctrl+S
*Save a record (takes precedence over Confirm)
Select all rowsCtrl+A*Select all rows.
Select consecutive rowsShift+Click*Select all rows between two selected rows in a grid.
Select non-consecutive rowsCtrl+Click*Select multiple non-consecutive rows in a grid.
ConfirmCtrl+Enter*Confirm and close a pop-up.
RefreshAlt + F5F5Refresh the data in the current view.
CancelEsc*Cancel changes in a form, grid, or pop-up. A pop-up will be closed.
DeleteCtrl+-*Delete a record.
Open filterCtrl+R*Open the filter pop-up.
Open file explorerEnterAlt + EnterOpen the file explorer from the file editor.
Open list*Open a dropdown list.
New lineAlt + Enter*Create a new line in a text field.
Go to nextTabEnterMove to next editable control in a form or grid.
Go to previousShift + TabShift + EnterMove to previous editable control in a form or grid.
Go to rowCtrl + G*Open the Go to pop-up to navigate to a specific row in a grid, tree, or card list.
ImportCtrl + Shift + I*Import data.
ExportCtrl + Shift + E*Export data.
Expand allAlt + Shift + *Expand all items in a cube view.
Collapse allAlt + Shift + *Collapse all items in a cube view.

The application decides the focus:

  • Opening a document moves the focus to the main table.
  • Switching tabs moves the focus to the main table.
  • Editing the form or grid automatically moves the focus to the element that is being edited.

After opening a new subject, the Universal UI focuses on the main subject for shortcuts. To switch between subjects and use their shortcuts, you can:

  • Move between tabs
  • Focus on a form control
  • Select a grid cell

Keyboard shortcuts for pivot and grid navigation

When a grid has Page size enabled and page navigation is available, navigation arrows are shown. Use these arrows to move between pages, or use the keyboard shortcuts below for quicker navigation in a grid.

MeaningContextShortcut (Modern)Shortcut (Classic)Description
Next page from last rowGrid (non-edit mode, one row selected)
Page Down
*Go to the next page, from the last row on a page.
Previous page from first rowGrid (non-edit mode, one row selected)
Page Up
*Go to the previous page, from the first row on a page.
Row upDefault editable grid (edit mode, picker closed)*Go to the row above.
Row downDefault editable grid (edit mode, picker closed)*Go to the row below.
Value aboveDefault editable grid (edit mode, picker open)*Go to the value above.
Value belowDefault editable grid (edit mode, picker open)*Go to the value below.
Move cursor left or rightDefault editable grid (edit mode, picker open) / *Move the cursor left or right in the value of the cell.
Move to left or right cellDefault editable grid (non-edit mode, one row selected) / *Go to the left or right cell. If there is no cell in that direction, stay in the current cell.
Scroll upNon-default editable grid (non-edit mode, one row selected)Page Up*Go to the first not visible line at the top or the top of the page.
Scroll downNon-default editable grid (non-edit mode, one row selected)Page Down*Go to the next not visible line at the bottom or the bottom of the page.
Next pageNon-default editable grid (edit mode), card list, or formAlt + Page Down*Go to the next page, card list, or form.
Previous pageNon-default editable grid (edit mode), card list, or formAlt + Page Up*Go to the previous page, card list, or form.
Next editable cellPivot table (edit mode)Enter*Go to the next editable cell in the row. If none are available, go to the first editable cell in the next row.
Previous editable cellPivot table (edit mode)Shift + Enter*Go to the previous editable cell in the row. If none are available, go to the last editable cell in the previous row.

Keyboard shortcuts for menu navigation

In the table below the keyboard shortcuts for menu navigation are listed. These shortcuts allow users to quickly navigate through or to the menu.

MeaningMenu typeShortcutDescription
Focus menu searchClassicAlt + MSet focus to Menu search. The menu expands if it is collapsed.
Go to menuTilesAlt + MGo to the menu from an open document.
Next tileTilesTabMove focus to the next tile in the menu.
Open tileTilesEnter
Spacebar
Open focused tile from the menu.

Keyboard shortcut for copying row data

When a row is copied using Ctrl + C, the displayed data will be copied. However, there are some exceptions where specific controls format the data before copying:

  • Color: Copies the color value without the image.

The following controls will copy a blank space to the clipboard:

  • File link
  • File upload
  • HTML
  • HTML card
  • Image combo
  • Image link
  • Image upload
  • Signature

All other supported control types will be copied exactly as they are presented to the user in the grid. For its configuration, see Copy to clipboard / Export.

Custom keyboard shortcuts for tasks

You can add your own shortcuts for tasks. See Create a task.

Task shortcuts work on the main subject as well as in other contexts, such as detail subjects and subjects that open in a pop-up. Determining which subject is triggered uses the same logic as the other CRUD shortcut keys.


Was this article helpful?