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.
Navigation
| Shortcut | Action |
| Arrow keys | Move between cells |
| Tab | Move to the next cell (right) |
| Shift + Tab | Move to the previous cell (left) |
| Page Up / Page Down | Scroll up or down by one page of rows |
| Home | Move to the first cell in the current row |
| End | Move to the last cell in the current row |
| Ctrl + Home | Move to the first cell in the grid |
| Ctrl + End | Move to the last cell in the grid |
Selection
| Shortcut | Action |
| Click | Select a single row |
| Ctrl + Click (Windows/Linux) / Cmd + Click (macOS) | Toggle selection of a row (add/remove from selection) |
| Shift + Click | Select a range of rows from the last selected row to the clicked row |
Editing
| Shortcut | Action |
| Single click | Start editing a cell (single-click edit is enabled) |
| Type any character | Start editing and replace the cell value with the typed character |
| Enter | Confirm the edit and move to the cell below |
| Tab | Confirm the edit and move to the next cell |
| Escape | Cancel the current edit and revert the cell to its previous value |
Row Operations
| Shortcut | Action |
| Delete | Soft-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.
| Shortcut | Action |
| Click a cell in the pinned row | Start entering a value for that column |
| Tab | Move to the next column in the pinned row |
| Escape | Cancel 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.
Navigation and Editing
| Shortcut | Action |
| Arrow keys | Move between cells |
| Single click | Start editing a cell (when in edit mode) |
| Enter | Confirm edit |
| Escape | Cancel edit |
| Tab | Move to the next cell |
Reordering
| Shortcut | Action |
| Drag handle (left column) | Click and drag to reorder column definitions |
Cell Editors
Dropdown / Select Editor
When editing a cell with a dropdown (valid values list):
| Shortcut | Action |
| Click | Open the dropdown and select an option |
| Escape | Close the dropdown without changing the value |
Foreign Key Lookup Editor
When editing a foreign key cell, a searchable popup appears:
| Shortcut | Action |
| Type to search | Filter the lookup options by typing in the search field |
| Click an option | Select the option and close the editor |
| Escape | Close the editor without changing the value |
| Clear value link | Click "Clear value" to remove the foreign key reference |
Date / Time Editors
When editing date, time, or timestamp cells:
| Shortcut | Action |
| Type a value | Enter the date/time directly in the input field |
| Escape | Cancel the edit |
Filter Popovers
When a column filter popover is open:
| Shortcut | Action |
| Enter | Apply the filter |
| Escape | Close the filter popover without applying |
General Browser Shortcuts
These standard browser shortcuts work throughout TitanRDM:
| Shortcut | Action |
| Ctrl + F (Windows/Linux) / Cmd + F (macOS) | Browser find-in-page |
| F5 or Ctrl + R | Refresh the page |
| Ctrl + Z (Windows/Linux) / Cmd + Z (macOS) | Undo (within text inputs only — not grid cells) |
| Alt + Left Arrow | Browser back |
| Alt + Right Arrow | Browser 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.
Related Pages
- Viewing Data — navigating the data grid
- Editing Data — inline editing, adding and deleting rows
- Creating Tables — working with the column definitions grid