# Keyboard shortcuts

Mechanic includes app-wide keyboard shortcuts for quick navigation, creating tasks, and toggling features like [Ask Mechanic](https://learn.mechanic.dev/app/ask-mechanic). Press `?` anywhere in the app to open the shortcuts sheet.

{% hint style="info" %}
Shortcuts are optional — everything is accessible through the regular UI. They're disabled when you're typing in an input field, textarea, or the code editor, so they won't interfere with your work. The one exception is `Cmd/Ctrl + J`, which toggles Ask Mechanic from anywhere, including the code editor.
{% endhint %}

<figure><img src="https://3145272362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQrnkixbmVHvKHMwAbm%2Fuploads%2Fgit-blob-ea8a89b4408e32ce849a9751e9f2c20e888756b0%2Fkeyboard_shortcuts_mechanic.jpg?alt=media" alt="The keyboard shortcuts modal showing all available shortcuts"><figcaption></figcaption></figure>

## Available shortcuts

### Help

| Shortcut       | Action                                                             |
| -------------- | ------------------------------------------------------------------ |
| `Cmd/Ctrl + J` | Toggle [Ask Mechanic](https://learn.mechanic.dev/app/ask-mechanic) |
| `?`            | Open keyboard shortcuts sheet                                      |

### Navigation

| Shortcut     | Action                                                                  |
| ------------ | ----------------------------------------------------------------------- |
| `G` then `G` | Go to [Home](https://learn.mechanic.dev/app/home)                       |
| `G` then `T` | Go to [Task library](https://learn.mechanic.dev/resources/task-library) |
| `G` then `E` | Go to [Events](https://learn.mechanic.dev/app/events)                   |
| `G` then `S` | Go to [Settings](https://learn.mechanic.dev/app/settings)               |
| `G` then `H` | Go to Help                                                              |

### Create

| Shortcut     | Action                  |
| ------------ | ----------------------- |
| `N` then `T` | Create a new blank task |

{% hint style="info" %}
Sequence shortcuts (like `G` then `T`) require pressing the keys one after the other — not at the same time. Press `G`, release it, then press `T`. If you pause too long between keys, the sequence resets.
{% endhint %}
