Keyboard Shortcuts

Available to: All users

TitanRDM uses the AG Grid data grid component and standard browser conventions. This page lists all keyboard shortcuts available when working with the application.


Data Grid (Table Data)

The data grid supports standard AG Grid keyboard interactions for navigating, editing, and managing rows.

ShortcutAction
Arrow keysMove between cells
TabMove to the next cell (right)
Shift + TabMove to the previous cell (left)
Page Up / Page DownScroll up or down by one page of rows
HomeMove to the first cell in the current row
EndMove to the last cell in the current row
Ctrl + HomeMove to the first cell in the grid
Ctrl + EndMove to the last cell in the grid

Selection

ShortcutAction
ClickSelect a single row
Ctrl + Click (Windows/Linux) / Cmd + Click (macOS)Toggle selection of a row (add/remove from selection)
Shift + ClickSelect a range of rows from the last selected row to the clicked row

Editing

ShortcutAction
Single clickStart editing a cell (single-click edit is enabled)
Type any characterStart editing and replace the cell value with the typed character
EnterConfirm the edit and move to the cell below
TabConfirm the edit and move to the next cell
EscapeCancel the current edit and revert the cell to its previous value

Row Operations

ShortcutAction
DeleteSoft-delete the selected row(s) — marks them as deleted without removing from the database

Note: The Delete key only works when you are not actively editing a cell. If you are in edit mode, press Escape first to exit editing, then press Delete.

New Row (Pinned Top Row)

On tables with manual load type, a blank pinned row appears at the top of the grid for adding new records.

ShortcutAction
Click a cell in the pinned rowStart entering a value for that column
TabMove to the next column in the pinned row
EscapeCancel the current entry in the pinned row and clear the field

The new row is saved automatically once all required fields (primary key and required columns) have been filled in.


Column Definitions Grid

The column definitions grid (used when editing table structure) supports similar shortcuts with some additions.

ShortcutAction
Arrow keysMove between cells
Single clickStart editing a cell (when in edit mode)
EnterConfirm edit
EscapeCancel edit
TabMove to the next cell

Reordering

ShortcutAction
Drag handle (left column)Click and drag to reorder column definitions

Cell Editors

When editing a cell with a dropdown (valid values list):

ShortcutAction
ClickOpen the dropdown and select an option
EscapeClose the dropdown without changing the value

Foreign Key Lookup Editor

When editing a foreign key cell, a searchable popup appears:

ShortcutAction
Type to searchFilter the lookup options by typing in the search field
Click an optionSelect the option and close the editor
EscapeClose the editor without changing the value
Clear value linkClick "Clear value" to remove the foreign key reference

Date / Time Editors

When editing date, time, or timestamp cells:

ShortcutAction
Type a valueEnter the date/time directly in the input field
EscapeCancel the edit

Filter Popovers

When a column filter popover is open:

ShortcutAction
EnterApply the filter
EscapeClose the filter popover without applying

General Browser Shortcuts

These standard browser shortcuts work throughout TitanRDM:

ShortcutAction
Ctrl + F (Windows/Linux) / Cmd + F (macOS)Browser find-in-page
F5 or Ctrl + RRefresh the page
Ctrl + Z (Windows/Linux) / Cmd + Z (macOS)Undo (within text inputs only — not grid cells)
Alt + Left ArrowBrowser back
Alt + Right ArrowBrowser forward

Note: The data grid does not support undo/redo (Ctrl+Z / Ctrl+Y) for cell edits. Each cell edit is saved immediately to the server. To revert a change, manually edit the cell back to its previous value.