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

# Command Palette

> Open the command palette to jump anywhere, search files, and run actions on your selection, all from the keyboard.

Press **⌘/Ctrl + K** anywhere in a project (canvas, Grid, List, or Kanban), or click the search icon at the top of the app, next to the Shotlist and canvas selectors, to open the command palette. It adapts to selection: nothing selected shows navigation and canvas tools; a file or group selected adds actions for it.

<Tip>
  Most also work as direct keyboard shortcuts once something's selected, no need to open the palette first.
</Tip>

<Frame>
  <img src="https://mintcdn.com/preview-ba0f310c/8IkxIOqWtPDfyhOG/images/preview/command-palette-open.png?fit=max&auto=format&n=8IkxIOqWtPDfyhOG&q=85&s=df697883021acb91a6e501a23f946cd9" alt="Command palette open" width="3456" height="1990" data-path="images/preview/command-palette-open.png" />
</Frame>

## Jump around

| Action                                  | Shortcut  | Available in       |
| --------------------------------------- | --------- | ------------------ |
| Jump to canvas                          | ⌘/Ctrl J  | Everywhere         |
| Find a file                             | —         | Everywhere         |
| Go to shot                              | —         | Grid, List, Kanban |
| Toggle sidebar                          | ⌘/Ctrl .  | Everywhere         |
| Toggle Preview Agent                    | ⌘/Ctrl /  | Everywhere         |
| Switch to Canvas / Grid / List / Kanban | —         | Everywhere         |
| Previous / next sequence                | `[` / `]` | Canvas             |

**Find a file** searches by meaning, not exact text: type what you remember (a subject, color, style) and matching files surface even without the exact prompt. Typing a file's ID jumps straight to it.

## Canvas tools and view

| Action                                     | Shortcut      |
| ------------------------------------------ | ------------- |
| Select / Hand / Comment / Sticky note tool | V / H / C / N |
| Zoom in / out                              | ⌘/Ctrl + / −  |
| Zoom to 100% / fit                         | ⌘/Ctrl 0 / ⇧1 |
| Undo / redo                                | ⌘/Ctrl Z / ⇧Z |

## With a file selected

Select a file on canvas first, then open the palette. It adds a whole set of actions scoped to that file, on top of the usual navigation and canvas tools:

| Action                             | Shortcut |
| ---------------------------------- | -------- |
| Fullscreen                         | F        |
| Zoom to file                       | ↵        |
| Copy prompt                        | ⇧C       |
| Prompt info                        | ⇧P       |
| Add as reference                   | —        |
| Crop                               | C        |
| Download                           | D        |
| Add to Character / Location / Prop | —        |
| Duplicate                          | ⌘/Ctrl D |
| Delete                             | ⌫        |

## With multiple files or a group selected

| Action                             | Shortcut   |
| ---------------------------------- | ---------- |
| Group                              | ⌘/Ctrl G   |
| Download all                       | D          |
| Add to Character / Location / Prop | —          |
| Duplicate                          | ⌘/Ctrl D   |
| Delete                             | ⌫          |
| Select all in group                | —          |
| Ungroup                            | ⌘/Ctrl ⇧ G |

<Warning>
  Delete runs immediately, with no confirmation step. Press ⌘/Ctrl Z to undo a mistake.
</Warning>
