# Which Shortcuts / Hotkeys can you use on Loop?

We have created a number of commands to help you navigate your way around Loop. Some commands perform certain actions, whilst others jump you to certain areas of Loop or help you with formatting.

&#x20;

Suggested commands

### Actions

| **Action**                 | **Mac Keys**   | **Windows Keys** |
| -------------------------- | -------------- | ---------------- |
| Archive                    | E              | E                |
| Assign to a team member    | ⌘ + Shift + G  | Ctrl + Shift + G |
| Assign to myself           | ⌘ + Shift + A  | Ctrl + Shift + A |
| Attach files               | ⌘ + Shift  + U | Ctrl + Shift + U |
| Close current dialog box   | Escape         | Escape           |
| Delete                     | Delete         | Delete           |
| Forward                    | F              | F                |
| Go to message bar          | Enter          | Enter            |
| Insert a canned response   | ⌘ + Shift + C  | Ctrl + Shift + C |
| Insert a signature         | ⌘ + Shift + S  | Ctrl + Shift +S  |
| Mark all as read           | Shift + Escape | Shift + Escape   |
| Mark as read               | Shift + I      | Shift + I        |
| Mark as unread             | Shift + U      | Shift + U        |
| Move to folder             | ⌘ + Shift + F  | Ctrl + Shift + F |
| New Email                  | ⌘ + N          | Ctrl + N         |
| Print                      | ⌘ + P          | Ctrl + P         |
| Reply                      | R              | R                |
| Reply to all               | Shift + A      | Shift + A        |
| Reply to all (quick reply) | A              | A                |
| Resolve                    | ⌘ + Shift + R  | Ctrl + Shift + R |
| Send                       | ⌘ + Enter      | Ctrl + Enter     |
| Star                       | S              | S                |

### &#x20;

### Jump to

| Jump to agenda        | G + K                                  |
| --------------------- | -------------------------------------- |
| Jump to archived      | G + E                                  |
| Jump to assigned      | G + A                                  |
| Jump to chats         | G + O                                  |
| Jump to drafts        | G + D                                  |
| Jump to emails        | G + H                                  |
| Jump to folders       | G + F                                  |
| Jump to inbox         | G + I                                  |
| Jump to Loop messages | G + L                                  |
| Jump to search        | Ctrl + F for Windows or ⌘ + F for Mac  |
| Jump to sent messages | G + T                                  |
| Jump to settings      | Ctrl + , for Windows or  ⌘ + , for Mac |
| Jump to shared        | G + M                                  |
| Jump to starred       | G + S                                  |

&#x20;

### Format

| **Format**       | **Mac Keys**  | **Windows Keys** |
| ---------------- | ------------- | ---------------- |
| Bold             | ⌘ + B         | Ctrl + B         |
| Bulleted list    | Shift + ⌘ + 8 | Shift + Ctrl + 8 |
| Copy             | ⌘ + C         | Ctrl + C         |
| Decrease indent  | ⌘ + ]         | Ctrl + ]         |
| Increase indent  | ⌘ + \[        | Ctrl + \[        |
| Insert hyperlink | ⌘ + K         | Ctrl + K         |
| Italic           | ⌘ + I         | Ctrl + I         |
| Numbered list    | Shift + ⌘ + 7 | Shift + Ctrl + 7 |
| Paste            | ⌘ + P         | Ctrl + P         |
| Underline        | ⌘ + U         | Ctrl + U         |

### &#x20;

### Create

| **Action**             | **Mac Keys** | **Windows Keys** |
| ---------------------- | ------------ | ---------------- |
| Add personal account   | **⌥** + A    | Alt + A          |
| Create canned response | **⌥** + C    | Alt + C          |
| Create shared inbox    | **⌥** + I    | Alt + I          |
| Create signature       | **⌥** + S    | Alt + S          |
| Create team            | **⌥** + T    | Alt + T          |


---

# Agent Instructions: 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:

```
GET https://help.intheloop.io/frequently-asked-questions/which-shortcuts-hotkeys-can-you-use-on-loop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
