# Keyboard shortcuts

Shortcut keys allow easy and quick methods for navigating or editing content.

{% hint style="info" %}
**Permissions**

All member roles can use keyboard shortcuts.
{% endhint %}

## Navigation

| Mac   | Windows  | Description                        |
| ----- | -------- | ---------------------------------- |
| `Esc` | `Esc`    | Close a dialog or the search panel |
| `⌘+K` | `Ctrl+K` | Open the quick find panel          |

## Editing <a href="#editing" id="editing"></a>

| Mac         | Windows        | Description                                                                                      |
| ----------- | -------------- | ------------------------------------------------------------------------------------------------ |
| `⌘+C`       | `Ctrl+C`       | Copy                                                                                             |
| `⌘+V`       | `Ctrl+V`       | Paste                                                                                            |
| `⌘+Shift+V` | `Ctrl+Shift+V` | Paste as text, without formatting                                                                |
| `⌘+Z`       | `Ctrl+Z`       | Undo                                                                                             |
| `⌘+Shift+Z` | `Ctrl+Shift+Z` | Redo                                                                                             |
| `⌘+Enter`   | `Ctrl+Enter`   | Exit from content block (code, tabs, table, quote ...)                                           |
| `/`         | `/`            | Open block-insert palette.                                                                       |
| `⌘+/`       | `Ctrl+/`       | Open block-modifier palette.                                                                     |
| `⌘+B`       | `Ctrl+B`       | Toggle bold                                                                                      |
| `⌘+I`       | `Ctrl+I`       | Toggle italic                                                                                    |
| `⌘+Shift+S` | `Ctrl+Shift+S` | Toggle strikethrough                                                                             |
| `⌘+E`       | `Ctrl+E`       | Toggle inline code                                                                               |
| `⌘+K`       | `Ctrl+K`       | Insert or toggle link                                                                            |
| `Tab`       | `Tab`          | <p>In a list, increase item indent level.</p><p>In a code block, increase indentation level.</p> |
| `Shift+Tab` | `Shift+Tab`    | <p>In a list, decrease item indent level.</p><p>In a code block, decrease indentation level.</p> |
| `Esc`       | `Esc`          | Selects the entire block                                                                         |
