# Keyboard shortcuts (/docs/core/reference/keyboard-shortcuts)



# Keyboard shortcuts [#keyboard-shortcuts]

Atlas keeps a small set of shortcuts so the common actions are always one key away. On macOS use `⌘`, and on Windows and Linux use `Ctrl`.

## Global [#global]

| Shortcut        | Action                                                                    |
| --------------- | ------------------------------------------------------------------------- |
| `⌘K` / `Ctrl+K` | Open or close the [command palette](/docs/core/reference/command-palette) |
| `⌘N` / `Ctrl+N` | Create a new page                                                         |
| `⌘S` / `Ctrl+S` | Save the current page                                                     |
| `Esc`           | Close the palette or an open dialog                                       |

<Callout type="info">
  Anything you can do with a shortcut, you can also do from the [command palette](/docs/core/reference/command-palette). The palette even shows the shortcut next to an action, so it doubles as a way to learn them.
</Callout>
