Airtable Keyboard Shortcuts
Airtable's shortcuts borrow heavily from spreadsheet conventions for grid navigation since its base interface is visually similar to Excel or Sheets, while layering on its own record-expansion and view-switching shortcuts that reflect its database-like structure underneath the spreadsheet skin. Anyone coming from Excel will find the cell-navigation shortcuts mostly familiar, while the record and view shortcuts are genuinely Airtable-specific. Operations teams building lightweight internal tools (a content calendar, a simple CRM, an inventory tracker) without wanting to write custom software form the bulk of who actually reaches for Airtable, and for exactly that crowd the record-expansion and search shortcuts pull the most day-to-day weight, since a typical Airtable session involves opening individual records to fill in detail fields far more than it involves the kind of dense cell-by-cell data entry a financial analyst might do in Excel.
Grid Navigation
| Action | Windows | Mac | Description |
|---|---|---|---|
| Expand focused record | Space | Space | Opens the full record detail view for whichever row currently has cell focus, showing every field in a card-style layout rather than the truncated grid view. |
| Move cell focus | Arrow keys | Arrow keys | Moves the focused cell one position in the pressed direction, identical in spirit to spreadsheet navigation, though Airtable's grid is technically a view onto database records rather than a literal spreadsheet. |
| Start editing focused cell | Enter | Return | Enters edit mode for the focused cell, with the exact editing interface varying by field type — a text field gets a cursor, a single-select field opens a dropdown, a date field opens a calendar picker. |
| Select entire row | Shift+Space | Shift+Space | Selects the full record row, matching Excel's identical shortcut for selecting an entire row, useful before a bulk action like deletion or copying. |
| Close expanded record | Esc | Esc | Closes the expanded record detail view and returns focus to the grid, the fastest way to back out of a record you opened just to check or briefly edit one field. |
| Copy focused cell | Ctrl+C | Cmd+C | Copies the focused cell's value to the clipboard, following standard spreadsheet convention, and supports copying a range of selected cells at once for pasting elsewhere. |
Record View Actions
| Action | Windows | Mac | Description |
|---|---|---|---|
| Create new record | Ctrl+Enter (varies; often a dedicated + button) | Cmd+Enter | Adds a new blank record to the current view, typically appended at the bottom of the visible grid or wherever your current sort places it. |
| Delete selected record(s) | Backspace (with row selected) | Delete (with row selected) | Deletes the currently selected record(s) after a confirmation step for multiple deletions, removing them from the base entirely rather than just the current view. |
| Search within current base | Ctrl+F | Cmd+F | Opens a search field scoped to the current base, highlighting matching cells across visible fields and records. |
| Switch between views | Click view in sidebar (no universal keyboard shortcut) | Click view in sidebar | Airtable has no default keyboard shortcut to cycle between saved views (Grid, Kanban, Calendar, etc.) — switching requires clicking the desired view in the left sidebar, one of the few common actions without a keyboard path. |
| Duplicate selected record | Ctrl+D (varies; often via row menu) | Cmd+D | Creates a copy of the selected record with the same field values, useful for creating several similar entries without retyping shared information each time. |
Frequently Asked Questions
Why does pressing Enter sometimes open a dropdown instead of letting me type?
Airtable's edit behavior on Enter depends entirely on the field type of the focused cell. Text and number fields let you type directly; single-select, multi-select, and linked-record fields instead open their respective picker interface, since those field types don't accept arbitrary typed text the way a plain text field does.
Does deleting a record from a filtered view delete it from the whole base?
Yes — unlike simply removing a record from view via a filter (which just hides it from that particular view without affecting the underlying data), an actual delete action removes the record from the base entirely, and it will disappear from every other view as well. This is a meaningful distinction worth keeping in mind, especially in bases with several views built around different filtered subsets of the same underlying table.
Is there a way to navigate between views without the mouse?
Not through a default keyboard shortcut — Airtable doesn't currently provide a built-in keybinding to cycle between saved views, so switching requires clicking the view name in the sidebar. This is a notable gap compared to how thoroughly keyboard-navigable the rest of the grid interface is.
Why does pasting a range of copied cells sometimes create new records instead of just filling existing ones?
If you paste a multi-row selection starting from the last row of the grid (or with more rows than currently exist below the paste target), Airtable can automatically create new records to accommodate the extra pasted rows, similar to how some spreadsheet paste behaviors extend a range — being mindful of exactly where your paste target sits relative to existing rows avoids unintentionally creating extra records you didn't mean to add.
Can I use keyboard shortcuts to filter or sort a view without opening the toolbar menus?
No — configuring filters and sort order requires opening the respective toolbar buttons and building the condition through Airtable's UI; there's no keyboard shortcut shortcut path to apply a filter or sort directly, keeping that particular configuration step mouse-driven even though navigating the resulting filtered/sorted grid remains fully keyboard-accessible.
Is there a way to quickly move between linked records using the keyboard?
Clicking a linked-record cell opens a small picker where you can search and select records from the linked table, and while you can type to filter that picker's results, actually jumping to view the linked record's own full detail card requires clicking into it directly rather than a dedicated keyboard shortcut for that specific navigation.
Do Airtable's grid keyboard shortcuts work the same in the mobile app?
Not in the same way — Airtable's mobile apps are optimized for tapping through records and fields on a touchscreen, and while an iPad with an external keyboard attached gets some basic Tab and arrow-key navigation support, the deeper grid shortcuts covered above (Space to expand a record, Shift+Space to select a row) are considerably more reliable and complete on desktop.
Can I export a view to CSV using a keyboard shortcut?
No — exporting a view to CSV is accessed through the view's options menu rather than a keyboard shortcut, since it's a relatively infrequent action compared to the constant cell-level navigation the grid shortcuts are built around.
Is there a shortcut for switching between Airtable's different view types, like Grid and Kanban?
Not as a dedicated keyboard shortcut — switching between a base's saved views (Grid, Kanban, Calendar, Gallery, and others) is done by clicking the view's name in the left sidebar. Each view retains its own filters, sorts, and grouping independently, so building out several views ahead of time and just clicking between them tends to be faster in practice than trying to reconfigure one view repeatedly.