diff --git a/docs/explanations/faq.md b/docs/explanations/faq.md index f9c6b059e133d9..8c568b397ab961 100644 --- a/docs/explanations/faq.md +++ b/docs/explanations/faq.md @@ -119,7 +119,7 @@ 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 +### Global shortcuts
⌃⌥H | |||||
Save your changes. | -Ctrl+S | -⌘S | -|||
Undo your last changes. | -Ctrl+Z | -⌘Z | +Switch between visual editor and code editor. | +Ctrl+Shift+Alt+M | +⇧⌥⌘M |
Redo your last undo. | -Ctrl+Shift+Z | -⇧⌘Z | +Toggle distraction free mode. | +Ctrl+Shift+\ | +⇧⌘\ |
Show or hide the settings sidebar. | -Ctrl+Shift+, | -⇧⌘, | +Toggle fullscreen mode. | +Ctrl+Alt+Shift+F | +⇧⌥⌘F |
Open the list view menu. | +Open the block list view. | Shift+Alt+O | ⌃⌥O | ||
Navigate to the next part of the editor. | -Ctrl+` | -⌃` | -|||
Navigate to the previous part of the editor. | -Ctrl+Shift+` | -⌃⇧` | +Show or hide the block settings sidebar. | +Ctrl+Shift+, | +⇧⌘, |
Navigate to the next part of the editor (alternative). | -Ctrl+Alt+N | -⌃⌥N | +Navigate to the next part of the editor. | +Ctrl+` Ctrl+Alt+N |
+ ⌃` ⌃⌥N |
Navigate to the previous part of the editor (alternative). | -Ctrl+Alt+P | -⌃⌥P | +Navigate to the previous part of the editor. | +Ctrl+Shift+` Ctrl+Alt+P Ctrl+Shift+~ |
+ ⌃⇧` ⌃⌥P ⌃⇧~ |
Navigate to the nearest toolbar. | @@ -186,14 +176,19 @@ This is the canonical list of keyboard shortcuts:⌥F10 | ||||
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 Ctrl+Y |
+ ⇧⌘Z ⇧+Y |