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

# Keyboard Shortcuts

> The full shortcut reference, matching the in-app Keyboard Shortcuts panel exactly.

<Tip>
  This list matches the in-app **Keyboard Shortcuts** panel exactly (searchable from within the app).
</Tip>

## Power User

| Shortcut               | Action                                                                                                                |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `Ctrl` + `Shift` + `U` | Cycle Case (Upper/Lower/Title)                                                                                        |
| `Alt` + `↑` / `↓`      | Smart Nudge — increments/decrements a trailing number in the cell (numeric or alphanumeric, e.g. "Item 1" → "Item 2") |
| `Alt` + `R`            | Shuffle Selection — randomly reshuffles the values in the selected range                                              |
| `Alt` + `/`            | Explode Text — splits the active cell's text across adjacent cells by comma/pipe/spacing                              |
| `Alt` + `\`            | Implode Text — joins the selected cells' text into one cell, separated by spaces                                      |
| `Alt` + `M`            | Reverse Selection — reverses the order of values in the selection                                                     |
| `Ctrl` + `Shift` + `F` | Flatten Formulas — replaces formulas in the selection with their calculated values                                    |
| `Alt` + `H`            | Cycle Highlight Color — cycles the active cell's background through a preset palette                                  |
| `Ctrl` + `.`           | Cycle Wrap / Clip / Overflow text mode                                                                                |
| `Ctrl` + `Shift` + `K` | Insert Checkbox                                                                                                       |
| `Ctrl` + `Alt` + `C`   | Clear Content (values only, keeps formatting)                                                                         |
| `Ctrl` + `Alt` + `F`   | Clear Formatting (keeps values)                                                                                       |

## General

| Shortcut     | Action          |
| ------------ | --------------- |
| `Ctrl` + `Z` | Undo            |
| `Ctrl` + `Y` | Redo            |
| `Ctrl` + `X` | Cut             |
| `Ctrl` + `C` | Copy            |
| `Ctrl` + `V` | Paste           |
| `Del`        | Clear selection |

## Navigation

| Shortcut                  | Action                                        |
| ------------------------- | --------------------------------------------- |
| Arrow keys                | Move selection                                |
| `Shift` + Arrows          | Extend selection                              |
| `Ctrl` + Arrows           | Jump to the edge of the current data region   |
| `Ctrl` + `Shift` + Arrows | Select to the edge of the current data region |
| `Home`                    | Start of row                                  |
| `Ctrl` + `Home`           | Start of sheet (A1)                           |
| `Ctrl` + `End`            | End of sheet (last used cell)                 |

## Formatting

| Shortcut     | Action           |
| ------------ | ---------------- |
| `Ctrl` + `B` | Bold             |
| `Ctrl` + `I` | Italic           |
| `Ctrl` + `U` | Underline        |
| `Ctrl` + `\` | Clear formatting |
| `Ctrl` + `K` | Insert link      |

## Editing

| Shortcut               | Action                     |
| ---------------------- | -------------------------- |
| `Enter`                | Confirm entry & move down  |
| `Shift` + `Enter`      | Confirm entry & move up    |
| `Tab`                  | Confirm entry & move right |
| `Shift` + `Tab`        | Confirm entry & move left  |
| `F2`                   | Edit the active cell       |
| `Ctrl` + `;`           | Insert today's date        |
| `Ctrl` + `Shift` + `;` | Insert current time        |

## Selection

| Shortcut          | Action                   |
| ----------------- | ------------------------ |
| `Ctrl` + `A`      | Select all               |
| `Ctrl` + `Space`  | Select the entire column |
| `Shift` + `Space` | Select the entire row    |

## Additional Notes

<Info>
  * `Ctrl` + `Shift` + Number (1–6) applies quick number formats: `1` = number with 2 decimals, `2` = time, `3` = date, `4` = currency, `5` = percentage, `6` = scientific notation.
  * `Ctrl` + `Shift` + `E`/`L`/`R` set center/left/right text alignment.
  * `Alt` + `Enter` opens the active cell for editing (alternative to `F2`).
  * `Ctrl` + `Alt` + `=` / `-` insert or delete a row/column depending on your current selection.
  * Pressing any single character key while a cell is selected (without a modifier key) starts overwriting that cell.
</Info>
