# Keyboard Shortcuts

### Navigation

<table><thead><tr><th>Key (Windows)</th><th width="202">Key (Mac)</th><th>Function</th></tr></thead><tbody><tr><td>↑</td><td>(same)</td><td>Move up</td></tr><tr><td>↓</td><td>(same)</td><td>Move down</td></tr><tr><td>←</td><td>(same)</td><td>Move left</td></tr><tr><td>→</td><td>(same)</td><td>Move right</td></tr><tr><td>Home</td><td>(same)</td><td>Move to first cell in row</td></tr><tr><td>End</td><td>(same)</td><td>Move to last cell in row</td></tr><tr><td>Ctrl + Home</td><td>(same)</td><td>Move to first cell in column</td></tr><tr><td>Ctrl + End</td><td>(same)</td><td>Move to last cell in column</td></tr><tr><td>Page Up</td><td>(same)</td><td>Scroll Up</td></tr><tr><td>Page Down</td><td>(same)</td><td>Scroll down</td></tr></tbody></table>

### Selection

<table><thead><tr><th width="249">Key (Windows)</th><th width="218">Key (Mac)</th><th>Function</th></tr></thead><tbody><tr><td>Shift + ↑</td><td>(same)</td><td>Expand selection upwards</td></tr><tr><td>Shift + ↓</td><td>(same)</td><td>Expand selection downwards</td></tr><tr><td>Shift + ←</td><td>(same)</td><td>Expand selection leftwards</td></tr><tr><td>Shift + →</td><td>(same)</td><td>Expand selection rightwards</td></tr><tr><td>Ctrl + a</td><td>⌘ + a</td><td>Select all cells</td></tr></tbody></table>

### Clipboard

| Key (Windows) | Key (Mac) | Function |
| ------------- | --------- | -------- |
| Ctrl + c      | ⌘ + c     | Copy     |
| Ctrl + x      | ⌘ + x     | Cut      |
| Ctrl + v      | ⌘ + v     | Paste    |

### Editing

<table><thead><tr><th width="215">Key (Windows)</th><th width="200">Key (Mac)</th><th>Function</th></tr></thead><tbody><tr><td>Enter</td><td>(same)</td><td>Edit cell content</td></tr><tr><td>Delete or Backspace</td><td>(same)</td><td>Clear cell content</td></tr><tr><td>Ctrl + Insert</td><td>⌘ + Shift + i</td><td>Add new row</td></tr><tr><td>Ctrl + Delete</td><td>⌘ + Delete</td><td>Delete selected rows</td></tr><tr><td>Alt + s</td><td>⌥ + s</td><td>Split list cell into individual rows</td></tr><tr><td>Alt + f</td><td>⌥ + f</td><td>Auto-correct selected validation errors</td></tr></tbody></table>

### History

| Key (Windows) | Key (Mac) | Function |
| ------------- | --------- | -------- |
| Ctrl + z      | ⌘ + z     | Undo     |
| Ctrl + y      | ⌘ + y     | Redo     |

### Find

| Key (Windows) | Key (Mac) | Function        |
| ------------- | --------- | --------------- |
| Ctrl + f      | ⌘ + f     | Open find panel |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tablomat.com/other-resources/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
