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

# blökkli Editor Keyboard Shortcuts: Complete Reference

> Speed up content editing with blökkli keyboard shortcuts. Covers undo, redo, delete, duplicate, multi-select, command palette, and more.

blökkli includes keyboard shortcuts for the most common editing actions. These shortcuts are active whenever the editor is open — no setup required.

<Tip>
  You can discover every available command and its associated shortcut by opening the **Command Palette** with **Ctrl + K** (Windows/Linux) or **⌘ + K** (Mac). The palette is searchable and shows the keyboard shortcut for each command next to its name.
</Tip>

<Tabs>
  <Tab title="Mac">
    ### Editing

    | Action                   | Shortcut           |
    | ------------------------ | ------------------ |
    | Undo                     | ⌘ + Z              |
    | Redo                     | ⌘ + Shift + Z      |
    | Delete selected block(s) | Backspace / Delete |
    | Duplicate selected block | ⌘ + D              |
    | Select all blocks        | ⌘ + A              |

    ### Navigation

    | Action               | Shortcut   |
    | -------------------- | ---------- |
    | Open command palette | ⌘ + K      |
    | Escape / deselect    | Esc        |
    | Move selection up    | Arrow Up   |
    | Move selection down  | Arrow Down |

    ### Multi-select

    | Action                    | Shortcut                |
    | ------------------------- | ----------------------- |
    | Add block to selection    | Shift + Click           |
    | Extend selection by range | Shift + Arrow Up / Down |
  </Tab>

  <Tab title="Windows / Linux">
    ### Editing

    | Action                   | Shortcut           |
    | ------------------------ | ------------------ |
    | Undo                     | Ctrl + Z           |
    | Redo                     | Ctrl + Shift + Z   |
    | Delete selected block(s) | Backspace / Delete |
    | Duplicate selected block | Ctrl + D           |
    | Select all blocks        | Ctrl + A           |

    ### Navigation

    | Action               | Shortcut   |
    | -------------------- | ---------- |
    | Open command palette | Ctrl + K   |
    | Escape / deselect    | Esc        |
    | Move selection up    | Arrow Up   |
    | Move selection down  | Arrow Down |

    ### Multi-select

    | Action                    | Shortcut                |
    | ------------------------- | ----------------------- |
    | Add block to selection    | Shift + Click           |
    | Extend selection by range | Shift + Arrow Up / Down |
  </Tab>
</Tabs>
