> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/resources/keyboard-shortcuts/customize-keyboard-shortcuts-on-mac.md).

# Customize keyboard shortcuts on Mac

1. On your Mac, choose Apple menu <img src="https://help.apple.com/assets/68CC94A874C2BF154000B0D2/68CC94ACFCF82C5E1D0E547D/en_GB/2f77cc85238452e25cb517130188bf99.png" alt="" data-size="line"> > System Settings, click Keyboard <img src="https://help.apple.com/assets/68CC94A874C2BF154000B0D2/68CC94ACFCF82C5E1D0E547D/en_GB/05f95b27cb8a80f8cb48fa2952fe2bdc.png" alt="" data-size="line"> in the sidebar (you may need to scroll down), then click **Keyboard Shortcuts**.
2. Select **App Shortcuts** on the left, click <img src="/files/M0fqE6AlxsRN7I8xdEoe" alt="" data-size="line">, click the Application pop-up menu, then choose **UpNote**.
3. In the “**Menu title**” field, type the menu command for which you want to create a shortcut, exactly as the command appears in the menu bar, including the > character (type ->), ellipses (type three full stops without spaces) or other punctuation. For example:
   * To export all notes, type "File->Export All Notes..."
   * To format the text color as "Red", type "Format->Text Color->Red"
   * To format the highlight color as "Red", type "Format->Highlight->Red"
4. Click in the “**Keyboard shortcut**” field, press the key combination you want to use as the keyboard shortcut, then click **Done**.<br>

   <div align="left"><figure><img src="/files/1tf9PNovAOv5jqf90ZKP" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://help.getupnote.com/resources/keyboard-shortcuts/customize-keyboard-shortcuts-on-mac.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.
