> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mora.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

> Navigate Mora faster with keyboard shortcuts and the command palette.

## Command palette

Press **Cmd+K** to open the command palette, a searchable launcher for navigating, switching themes, opening dashboards, and more. Use **Up/Down** arrows to navigate and **Enter** to select.

## Global shortcuts

These work anywhere in the app.

| Action               | Shortcut      |
| -------------------- | ------------- |
| Open command palette | `Cmd+K`       |
| Toggle sidebar       | `Cmd+B`       |
| Toggle AI chat       | `Cmd+/`       |
| Change theme         | `Cmd+Shift+L` |
| Cycle AI chat mode   | `Shift+Tab`   |

## Navigation sequences

Press these keys in sequence (not held together) to navigate quickly.

| Action             | Sequence     |
| ------------------ | ------------ |
| Go home            | `G` then `H` |
| Go to a dashboard  | `G` then `B` |
| Go to a dataset    | `G` then `D` |
| Go to a datasource | `G` then `O` |
| Go to settings     | `G` then `S` |

After pressing the sequence, the command palette opens a sub-page where you can search and select a specific dashboard, dataset, or datasource.

## Dataset editor shortcuts

These work when you're on a dataset page.

| Action                        | Shortcut         |
| ----------------------------- | ---------------- |
| Run query (preview)           | `Cmd+Enter`      |
| Save dataset                  | `Cmd+S`          |
| Toggle left panel (catalog)   | `Cmd+Left Arrow` |
| Toggle bottom panel (results) | `Cmd+J`          |

## Command palette actions

The command palette includes these actions, searchable by name:

**General**: Toggle sidebar, Change theme (Light / Dark / System).

**Navigation**: Go home, Go to dashboard, Go to dataset, Go to datasource, Go to settings.

**AI**: Toggle AI chat, Change agent mode (Auto / SQL / Dashboard / Ask).

**Dataset** (on dataset pages): Run query, Save dataset, Toggle left pane, Toggle bottom pane.

## Related

* [SQL editor](/datasets/sql-editor)
* [AI chat](/ai/using-chat)
