> For the complete documentation index, see [llms.txt](https://docs.cutit.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cutit.cards/shortcuts.md).

# Shortcuts

Shortcuts are an awesome way to level up your Cut-It experience. All Emphasis levels, formatting utilities, AutoCut options, and more can be fully controlled from shortcuts. We ship Cut-It with these predefined as follows:

* `Ctrl+S` to invoke Primary Emphasis
* `Ctrl+Shift+S` to invoke Secondary Emphasis
* `Ctrl+Alt+S` to invoke Tertiary Emphasis
* `Ctrl+K` to Clear Selection Formatting
* `Alt+M` to invoke Minimize Selection
* `Ctrl+N` to Cut a New Card
* `Ctrl+D` to invoke AutoPoll
* `Ctrl+Shift+D` to invoke AutoCite
* `Ctrl+Alt+D` to invoke AutoPoll and AutoCite
* `Ctrl+P` to invoke Export to PDF
* `Ctrl+W` to close the app

## :keyboard: Viewing and Recording Shortcuts

![](https://i.gyazo.com/7578500b474330b3ac9fec7449733115.gif)

You can check what any shortcut is currently defined as by selecting it from the dropdown and viewing the output.&#x20;

To record a new shortcut, click the output box (it should receive a blue border) and type in any key combination. The changes will apply on the next restart.

## :confused: There's... more?

Yes, but no. Nothing in the Miscellaneous section will make using Cut-It faster for you, **but everything in the section will make using Cut-It better for you**.

{% content-ref url="/pages/-MePm49hpoG4Nt1eKW7m" %}
[Miscellaneous](/miscellaneous.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cutit.cards/shortcuts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
