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 - @@ -135,65 +133,79 @@ This is the canonical list of keyboard shortcuts: + +
Shift+Alt+H H
+ +### Global shortcuts + + + - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + +
Save your changes.Ctrl+SSShortcut descriptionLinux/Windows shortcutmacOS shortcut
Undo your last changes.Ctrl+ZZNavigate to the nearest toolbar.Alt+F10F10
Redo your last undo.Ctrl+Shift+ZZOpen the command palette.Ctrl+KK
Show or hide the Settings sidebar.Ctrl+Shift+,,Switch between visual editor and code editor.Ctrl+Shift+Alt+MM
Open the list view menu.Shift+Alt+OOToggle distraction free mode.Ctrl+Shift+\\
Navigate to the next part of the editor.Ctrl+``Toggle fullscreen mode.Ctrl+Alt+Shift+FF
Navigate to the previous part of the editor.Ctrl+Shift+``Open the block list view.Shift+Alt+OO
Navigate to the next part of the editor (alternative).Ctrl+Alt+NNShow or hide the Settings sidebar.Ctrl+Shift+,,
Navigate to the previous part of the editor (alternative).Ctrl+Alt+PPNavigate to the next part of the editor.Ctrl+`
Ctrl+Alt+N
`
N
Navigate to the nearest toolbar.Alt+F10F10Navigate 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+MMSave your changes.Ctrl+SS
Toggle fullscreen mode.Ctrl+Alt+Shift+FFUndo your last changes.Ctrl+ZZ
Redo your last undo.Ctrl+Shift+ZZ
@@ -258,6 +270,11 @@ This is the canonical list of keyboard shortcuts: Ctrl+Alt+Y Y + + Delete selection. + del+backspace + delbackspace + Move the selected block(s) up. Ctrl+Alt+Shift+T @@ -273,11 +290,6 @@ This is the canonical list of keyboard shortcuts: / / - - Remove multiple selected blocks. - delbackspace - delbackspace - @@ -302,11 +314,6 @@ This is the canonical list of keyboard shortcuts: Ctrl+I I - - Underline the selected text. - Ctrl+U - U - Convert the selected text into a link. Ctrl+K @@ -318,15 +325,35 @@ This is the canonical list of keyboard shortcuts: K - Add a strikethrough to the selected text. + Insert a link to a post or page. + [[ + [[ + + + Underline the selected text. + Ctrl+U + U + + + Strikethrough the selected text. Shift+Alt+D D - Display the selected text in a monospaced font. + Make the selected text inline code. Shift+Alt+X X + + Convert the current heading to a paragraph. + Shift+Alt+0 + 0 + + + Convert the current paragraph or heading to a heading of level 1 to 6. + Shift+Alt+1-6 + 1-6 +