> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Entry

> Capture documents, tasks, and daily note entries from anywhere on your Mac with the Quick Entry panel.

Quick Entry is a capture panel for macOS. Press `Ctrl` + `Space` from any app window to write something down and send it to Craft without switching windows. Craft has to be running, but it can sit in the background.

<video autoPlay loop muted playsInline className="w-full rounded-xl" src="https://mintcdn.com/craft-support/f65qEDtXB1yklyQC/images/introduction/quick-entry/en/content/quick-entry-capture.mp4?fit=max&auto=format&n=f65qEDtXB1yklyQC&q=85&s=57ca584a0d997a793954ffb8fe25b491" data-path="images/introduction/quick-entry/en/content/quick-entry-capture.mp4" />

<Info>
  Quick Entry does not open over an app running in full screen. Leave full screen to capture, or use Craft's own window.
</Info>

## What You Can Capture

The row of icons at the bottom of the panel switches between four modes:

| Mode              | Creates                               | Goes to by default           |
| ----------------- | ------------------------------------- | ---------------------------- |
| New Document      | A new document                        | Unsorted                     |
| New Task          | A task                                | Task Inbox                   |
| Add to Daily Note | Text appended to a daily note         | Today                        |
| Add to Document   | Text appended to an existing document | The last document you picked |

The dropdown at the top of the panel changes that destination: a folder, a document, or a date. Daily notes are not limited to today, so you can send a thought to tomorrow's note or back-date it to yesterday. If no note exists for that day, Craft creates one.

If you have more than one Space or account, the profile icon in the corner picks which one receives the capture.

## Tasks

In **New Task** mode the panel gains **Schedule** and **Deadline** buttons, so a task can arrive fully dated instead of landing in the Inbox for you to sort out later. Reminders are available from the **Edit** menu while the panel is open.

## Markdown

Type Markdown and it arrives as real blocks. Headings, lists, to-dos, quotes, and code blocks are all converted. Each line becomes its own block, so a quick brain dump comes through as separate paragraphs rather than one run-on block.

In **New Document** mode, a single line becomes the document title.

## Changing the Shortcut

`Ctrl` + `Space` is the default. To use something else, open **Settings** → **Advanced** and record a new combination under **Quick Entry**.

<Frame>
  <img src="https://mintcdn.com/craft-support/f65qEDtXB1yklyQC/images/introduction/quick-entry/en/content/quick-entry-settings.png?fit=max&auto=format&n=f65qEDtXB1yklyQC&q=85&s=055cffa1b46749cfbc070c8e910e67b8" alt="The Quick Entry section of Advanced settings, showing the Keyboard Shortcut field" width="1568" height="902" data-path="images/introduction/quick-entry/en/content/quick-entry-settings.png" />
</Frame>

Clearing the field sets it to **None** and turns the shortcut off.

## Keyboard Shortcuts

| Action                           | Shortcut                         |
| -------------------------------- | -------------------------------- |
| Open or hide the panel           | `Ctrl` + `Space`                 |
| Switch mode                      | `Cmd` + `1` – `Cmd` + `4`        |
| Change destination               | `Cmd` + `Shift` + `O`            |
| Switch Space                     | `Cmd` + `Shift` + `U`            |
| Next account (in Space switcher) | `Tab`                            |
| Schedule task                    | `Cmd` + `Shift` + `S`            |
| Schedule task for today          | `Cmd` + `Shift` + `Option` + `S` |
| Set deadline                     | `Cmd` + `Shift` + `D`            |
| Capture                          | `Cmd` + `Return`                 |
| Capture and open in Craft        | `Cmd` + `Shift` + `Return`       |
| Close                            | `Esc`                            |

<Tip>
  Hiding the panel keeps whatever you had typed. Reopen it within a minute and your text is still there.
</Tip>

## Related Articles

<Columns cols={2}>
  <Card title="Daily Notes" href="/en/plan-and-do/daily-notes">
    Plan your day with date-based notes
  </Card>

  <Card title="Creating Tasks" href="/en/plan-and-do/tasks/creating-tasks">
    Ways to create and organize tasks
  </Card>

  <Card title="Keyboard Shortcuts" href="/en/introduction/shortcuts">
    Shortcuts for navigating and editing in Craft
  </Card>

  <Card title="Markdown Shortcuts" href="/en/write-and-edit/formatting/markdown-shortcuts">
    Format content with Markdown syntax
  </Card>
</Columns>
