> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

> Move around Hyperline, search anything, create records, and pull data out of tables without touching the mouse

Hyperline ships with keyboard shortcuts across navigation, search, record creation, and data tables. Most are wired in globally and work from anywhere in the app — except while typing inside an input or editor, where the focused field captures the keys.

On Mac, the modifier is `⌘`. On Windows and Linux, it's `Ctrl`. Sequence shortcuts (e.g. `G` then `H`) are typed in quick succession with no modifier.

## Command palette

The fastest way to do almost anything.

| Shortcut         | Action                     |
| ---------------- | -------------------------- |
| `⌘ K` / `Ctrl K` | Open the command palette   |
| `Esc`            | Close                      |
| `↑` `↓`          | Move between items         |
| `Enter`          | Run the selected item      |
| `→`              | Open a sub-menu            |
| `←`              | Leave the current sub-menu |

<Card title="Tip 💡">
  Paste any Hyperline entity ID (customer, subscription, invoice, product) into the palette to jump straight to its page. Useful when an ID lands in your inbox or in a Slack thread.
</Card>

## Navigate — `G` then a letter

Type `G`, then the destination letter(s), in quick succession.

| Shortcut    | Page         |
| ----------- | ------------ |
| `G` `H`     | Home         |
| `G` `C` `U` | Customers    |
| `G` `I`     | Invoicing    |
| `G` `Q`     | Quoting      |
| `G` `T`     | Transactions |
| `G` `R`     | Reports      |
| `G` `E`     | Events       |
| `G` `A`     | Audit log    |
| `G` `C` `A` | Catalog      |
| `G` `S`     | Settings     |

## Create — `N` then a letter

| Shortcut | Action           |
| -------- | ---------------- |
| `N` `C`  | New customer     |
| `N` `S`  | New subscription |
| `N` `Q`  | New quote        |

Each shortcut opens the matching creation form as a modal — no page reload, no lost context.

## Tables

The new generation of Hyperline tables — currently Insights and Revenue recognition — supports spreadsheet-style selection. Select a few cells, copy, and paste straight into Excel, Google Sheets, or Notion.

| Shortcut                 | Action                                                   |
| ------------------------ | -------------------------------------------------------- |
| Click                    | Select a cell                                            |
| `Shift` Click            | Extend selection to clicked cell                         |
| `⌘` Click / `Ctrl` Click | Toggle a single cell in or out of the selection          |
| Click + drag             | Drag-select a range                                      |
| `⌘ C` / `Ctrl C`         | Copy selection as TSV                                    |
| `⌘ A` / `Ctrl A`         | Select every cell in the table (after a first selection) |
| `Esc`                    | Clear selection                                          |

The footer shows live stats — sum, average, count — for the current selection when amounts or numbers are selected.

## Discoverability

Most shortcuts also appear:

* as a tag next to the action inside the command palette
* as a hint in the tooltip when hovering sidebar items

If a shortcut is documented here but doesn't seem to fire, check that the focus isn't trapped inside a text input — click outside the field first, then trigger the shortcut.
