# Shortcuts

As you gain familiarity with the spreadsheet, start navigating faster with shortcuts. We break the cheat sheet down into a few sections of shortcuts.&#x20;

## Code and Formula Editor Shortcuts&#x20;

<table><thead><tr><th>Code and Formula Editor</th><th width="230.33333333333331">Windows / Linux</th><th>Mac</th></tr></thead><tbody><tr><td>Select Cell Type</td><td><code>=</code></td><td><code>=</code></td></tr><tr><td>Run or Re-Run</td><td><code>Ctrl</code> + <code>Enter</code></td><td><code>⌘ Command</code> + <code>Enter</code> </td></tr><tr><td>Close Editor</td><td><code>Esc</code></td><td><code>Esc</code></td></tr><tr><td>Run all cells in sheet</td><td><code>Shift</code> + <code>Windows</code> + <code>Enter</code></td><td><code>Shift</code> + <code>⌘ Command</code> + <code>Enter</code></td></tr><tr><td>Run all cells in file</td><td><code>Shift</code> + <code>Alt</code> + <code>Windows</code> + <code>Enter</code></td><td><code>Shift</code> + <code>Option</code> + <code>⌘ Command</code> + <code>Enter</code></td></tr></tbody></table>

## Files and Editing Shortcuts&#x20;

<table><thead><tr><th>Files and Editing</th><th width="214.33333333333331">Windows / Linux</th><th>Mac</th></tr></thead><tbody><tr><td>Open File</td><td><code>Ctrl</code> + <code>o</code></td><td><code>⌘ Command</code> + <code>o</code></td></tr><tr><td>Undo</td><td><code>Ctrl</code> + <code>z</code></td><td><code>⌘ Command</code> + <code>z</code></td></tr><tr><td>Redo</td><td><code>Ctrl</code> + <code>Shift</code> + <code>z</code></td><td><code>⌘ Command</code> + <code>⇧ Shift</code> + <code>z</code></td></tr><tr><td>Cut</td><td><code>Ctrl</code> + <code>x</code></td><td><code>⌘ Command</code> + <code>x</code></td></tr><tr><td>Copy</td><td><code>Ctrl</code> + <code>c</code></td><td><code>⌘ Command</code> + <code>c</code></td></tr><tr><td>Paste</td><td><code>Ctrl</code> + <code>p</code></td><td><code>⌘ Command</code> + <code>v</code></td></tr><tr><td>Copy as PNG</td><td><code>Ctrl</code> + <code>Shift</code> + <code>c</code></td><td><code>⌘ Command</code> + <code>⇧ Shift</code> + <code>c</code></td></tr></tbody></table>

## Cell Selection and Formatting&#x20;

<table><thead><tr><th width="255.33333333333331">Cell Selection &#x26; Formatting</th><th width="208">Windows / Linux</th><th>Mac</th></tr></thead><tbody><tr><td>Format Menu</td><td><code>Right-click</code></td><td><code>Right-click</code></td></tr><tr><td>Bold</td><td><code>Ctrl</code> + <code>b</code></td><td><code>⌘ Command</code> or <code>⌃ Control</code> + <code>b</code></td></tr><tr><td>Italic</td><td><code>Ctrl</code> + <code>i</code></td><td><code>⌘ Command</code> or <code>⌃ Control</code> + <code>i</code></td></tr><tr><td>Clear All Formatting </td><td><code>Ctrl</code> + <code>\</code></td><td><code>⌘ Cmd</code> + <code>\</code></td></tr><tr><td>Select Multiple Cells</td><td><code>Shift</code> + <code>Arrow keys</code></td><td><code>⇧ Shift</code> + <code>Arrow keys</code> </td></tr></tbody></table>

## Navigation and View

<table><thead><tr><th>Navigation &#x26; View</th><th width="225.33333333333331">Windows / Linux</th><th>Mac</th></tr></thead><tbody><tr><td>Go to Cell</td><td><code>Ctrl</code> + <code>g</code></td><td><code>⌘ Command</code> + <code>g</code></td></tr><tr><td>Command Palette </td><td><code>Ctrl</code> + <code>p</code></td><td><code>⌘ Command</code> + <code>p</code> </td></tr><tr><td>Presentation Mode</td><td><code>Ctrl</code> + <code>.</code> </td><td><code>⌘ Command</code> + <code>.</code></td></tr><tr><td>Drag Canvas</td><td><code>Spacebar</code> (hold)</td><td><code>Spacebar</code> (hold)</td></tr><tr><td>Zoom In</td><td><code>Ctrl</code> + <code>+</code> </td><td><code>⌘ Command</code> + <code>+</code></td></tr><tr><td>Zoom Out</td><td><code>Ctrl</code> + <code>-</code></td><td><code>⌘ Command</code> + <code>-</code></td></tr><tr><td>Zoom to Selection</td><td><code>Ctrl</code> + <code>8</code> </td><td><code>⌘ Command</code> + <code>8</code></td></tr><tr><td>Zoom to Fit</td><td><code>Ctrl</code> + <code>9</code> </td><td><code>⌘ Command</code> + <code>9</code></td></tr><tr><td>Zoom to 100%</td><td><code>Ctrl</code> + <code>0</code></td><td><code>⌘ Command</code> + <code>0</code> </td></tr></tbody></table>


---

# 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.quadratichq.com/spreadsheet/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.
