Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions editor/keyboard-shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
| :--- | :--- | :--- |
| **Search files and content** | <kbd>Cmd</kbd> + <kbd>K</kbd> | <kbd>Ctrl</kbd> + <kbd>K</kbd> |

### View

Toggle editor surfaces without leaving the keyboard. These shortcuts mirror the toggles in the **More options** (<Icon icon="ellipsis" />) menu in the editor top bar.

| Command | macOS | Windows |
| :--- | :--- | :--- |
| **Toggle Markdown mode** | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>M</kbd> | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>M</kbd> |
| **Toggle file explorer** | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> |

The file explorer shortcut swaps the editor sidebar between the navigation tree and the file explorer view. It works while you're typing in the editor.

### Text formatting

| Command | macOS | Windows |
Expand Down Expand Up @@ -52,7 +63,7 @@
| **Add link** to selected text | <kbd>Cmd</kbd> + <kbd>K</kbd> | <kbd>Ctrl</kbd> + <kbd>K</kbd> |
| **Add line break** | <kbd>Cmd</kbd> + <kbd>Enter</kbd> | <kbd>Ctrl</kbd> + <kbd>Enter</kbd> |
| **Component menu** | <kbd>/</kbd> | <kbd>/</kbd> |
| **Emoji picker** | <kbd>:</kbd> + keyword | <kbd>:</kbd> + keyword |

Check warning on line 66 in editor/keyboard-shortcuts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/keyboard-shortcuts.mdx#L66

Use 'emojis?' instead of 'Emoji'.

### Smart substitutions

Expand Down Expand Up @@ -93,6 +104,6 @@

| Command | macOS | Windows |
| :--- | :--- | :--- |
| **Add cursor** | <kbd>Option</kbd> + Click | <kbd>Alt</kbd> + Click |

Check warning on line 107 in editor/keyboard-shortcuts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/keyboard-shortcuts.mdx#L107

Use 'Cursor' instead of 'cursor'.
| **Add cursor above** | <kbd>Cmd</kbd> + <kbd>Option</kbd> + <kbd>↑</kbd> | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>↑</kbd> |

Check warning on line 108 in editor/keyboard-shortcuts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/keyboard-shortcuts.mdx#L108

Use 'Cursor' instead of 'cursor'.

Check warning on line 108 in editor/keyboard-shortcuts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/keyboard-shortcuts.mdx#L108

Use 'preceding' instead of 'above'.
| **Add cursor below** | <kbd>Cmd</kbd> + <kbd>Option</kbd> + <kbd>↓</kbd> | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>↓</kbd> |

Check warning on line 109 in editor/keyboard-shortcuts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/keyboard-shortcuts.mdx#L109

Use 'Cursor' instead of 'cursor'.
13 changes: 13 additions & 0 deletions es/editor/keyboard-shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ Usa estos atajos de teclado al editar en modo visual.
| :--- | :--- | :--- |
| **Buscar archivos y contenido** | <kbd>Cmd</kbd> + <kbd>K</kbd> | <kbd>Ctrl</kbd> + <kbd>K</kbd> |

<div id="view">
### Vista
</div>

Alterna las superficies del editor sin soltar el teclado. Estos atajos reflejan los interruptores disponibles en el menú **Más opciones** (<Icon icon="ellipsis" />) de la barra superior del editor.

| Comando | macOS | Windows |
| :--- | :--- | :--- |
| **Alternar modo Markdown** | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>M</kbd> | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>M</kbd> |
| **Alternar explorador de archivos** | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> |

El atajo del explorador de archivos cambia la barra lateral del editor entre el árbol de navegación y la vista del explorador de archivos. Funciona incluso mientras escribes en el editor.

<div id="text-formatting">
### Formato de texto
</div>
Expand Down
13 changes: 13 additions & 0 deletions fr/editor/keyboard-shortcuts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ Utilisez ces raccourcis lorsque vous modifiez en mode visuel.
| :--- | :--- | :--- |
| **Rechercher des fichiers et du contenu** | <kbd>Cmd</kbd> + <kbd>K</kbd> | <kbd>Ctrl</kbd> + <kbd>K</kbd> |

<div id="view">
### Affichage
</div>

Basculez les surfaces de l'éditeur sans quitter le clavier. Ces raccourcis reflètent les bascules disponibles dans le menu **Plus d'options** (<Icon icon="ellipsis" />) de la barre supérieure de l'éditeur.

| Commande | macOS | Windows |
| :--- | :--- | :--- |
| **Basculer le mode Markdown** | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>M</kbd> | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>M</kbd> |
| **Basculer l'explorateur de fichiers** | <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> |

Le raccourci de l'explorateur de fichiers fait basculer la barre latérale de l'éditeur entre l'arborescence de navigation et la vue de l'explorateur de fichiers. Il fonctionne même lorsque vous tapez dans l'éditeur.

<div id="text-formatting">
### Mise en forme du texte
</div>
Expand Down
Loading