diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index a780be3fa940f..3c34948a419a9 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -18,7 +18,7 @@ What follows is a set of questions that have come up from the last few years of - [What is the writing experience like?](#what-is-the-writing-experience-like) - [Is Gutenberg built on top of TinyMCE?](#is-gutenberg-built-on-top-of-tinymce) - [Are there Keyboard Shortcuts for Gutenberg?](#are-there-keyboard-shortcuts-for-gutenberg) - * [Editor shortcuts](#editor-shortcuts) + * [Global shortcuts](#global-shortcuts) * [Selection shortcuts](#selection-shortcuts) * [Block shortcuts](#block-shortcuts) * [Text formatting](#text-formatting) @@ -119,8 +119,6 @@ You can see the whole list going to the top right corner menu of the new editor This is the canonical list of keyboard shortcuts: -### Editor shortcuts -
Shift+Alt+H | ⌃⌥H |
Save your changes. | -Ctrl+S | -⌘S | +Shortcut description | +Linux/Windows shortcut | +macOS shortcut |
---|---|---|---|---|---|
Undo your last changes. | -Ctrl+Z | -⌘Z | +Navigate to the nearest toolbar. | +Alt+F10 | +⌥F10 |
Redo your last undo. | -Ctrl+Shift+Z | -⇧⌘Z | +Open the command palette. | +Ctrl+K | +⌘K |
Show or hide the Settings sidebar. | -Ctrl+Shift+, | -⇧⌘, | +Switch between visual editor and code editor. | +Ctrl+Shift+Alt+M | +⇧⌥⌘M |
Open the list view menu. | -Shift+Alt+O | -⌃⌥O | +Toggle distraction free mode. | +Ctrl+Shift+\ | +⇧⌘\ |
Navigate to the next part of the editor. | -Ctrl+` | -⌃` | +Toggle fullscreen mode. | +Ctrl+Alt+Shift+F | +⇧⌥⌘F |
Navigate to the previous part of the editor. | -Ctrl+Shift+` | -⌃⇧` | +Open the block list view. | +Shift+Alt+O | +⌃⌥O |
Navigate to the next part of the editor (alternative). | -Ctrl+Alt+N | -⌃⌥N | +Show or hide the Settings sidebar. | +Ctrl+Shift+, | +⇧⌘, |
Navigate to the previous part of the editor (alternative). | -Ctrl+Alt+P | -⌃⌥P | +Navigate to the next part of the editor. | +Ctrl+` Ctrl+Alt+N |
+ ⌃` ⌃⌥N |
Navigate to the nearest toolbar. | -Alt+F10 | -⌥F10 | +Navigate to the previous part of the editor. | +Ctrl+Shift+` Ctrl+Alt+P Ctrl+Shift+~ |
+ ⌃⇧` ⌃⌥P ⌃⇧~ |
Switch between visual editor and code editor. | -Ctrl+Shift+Alt+M | -⇧⌥⌘M | +Save your changes. | +Ctrl+S | +⌘S |
Toggle fullscreen mode. | -Ctrl+Alt+Shift+F | -⇧⌥⌘F | +Undo your last changes. | +Ctrl+Z | +⌘Z | +
Redo your last undo. | +Ctrl+Shift+Z | +⇧⌘Z |