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 @@ -136,49 +136,39 @@ This is the canonical list of keyboard shortcuts: - - - - - - - - + + + - - - + + + - - - + + + - + - - - - - - - - + + + - - - + + + - - - + + + @@ -186,14 +176,19 @@ This is the canonical list of keyboard shortcuts: - - - + + + - - - + + + + + + + +
H
Save your changes.Ctrl+SS
Undo your last changes.Ctrl+ZZSwitch between visual editor and code editor.Ctrl+Shift+Alt+MM
Redo your last undo.Ctrl+Shift+ZZToggle distraction free mode.Ctrl+Shift+\\
Show or hide the settings sidebar.Ctrl+Shift+,,Toggle fullscreen mode.Ctrl+Alt+Shift+FF
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+NNNavigate to the next part of the editor.Ctrl+`
Ctrl+Alt+N
`
N
Navigate to the previous part of the editor (alternative).Ctrl+Alt+PPNavigate to the previous part of the editor.Ctrl+Shift+`
Ctrl+Alt+P
Ctrl+Shift+~
`
P
~
Navigate to the nearest toolbar.F10
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+Z
Ctrl+Y
Z
+Y
@@ -253,6 +248,11 @@ This is the canonical list of keyboard shortcuts: Ctrl+Alt+Y Y + + Delete selection. + del
backspace + del
backspace + Move the selected block(s) up. Ctrl+Alt+Shift+T @@ -268,11 +268,6 @@ This is the canonical list of keyboard shortcuts: / / - - Remove multiple selected blocks. - delbackspace - delbackspace - @@ -297,11 +292,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 @@ -313,15 +303,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 + @@ -412,7 +422,7 @@ Gutenberg works in modern browsers. The [list of supported browsers can be found in the Make WordPress handbook](https://make.wordpress.org/core/handbook/best-practices/browser-support/). The term “modern browsers” generally refers to the _current and previous two versions_ of each major browser. -Since WordPress 5.8, Gutenberg no longer supports any version of Internet Explorer. +Since WordPress 5.8, Gutenberg no longer supports any version of Internet Explorer. ## Should I be concerned that Gutenberg will make my plugin obsolete?