From c4f19b548252f9fd59dbe051233b463e00ec74b8 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sun, 12 May 2024 13:54:04 +0900 Subject: [PATCH] Docs: Remove list of keyboard shortcuts from FAQ page --- docs/getting-started/faq.md | 218 ------------------------------------ 1 file changed, 218 deletions(-) diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index 2bc7fc8f0bf8be..72d7bfd760d657 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -68,224 +68,6 @@ Yes. There are a lot! There is a help modal showing all available keyboard short You can see the whole list going to the top right corner menu of the new editor and clicking on “Keyboard Shortcuts” (or by using the keyboard shortcut Shift+Alt+H on Linux/Windows and H on macOS). -This is the canonical list of keyboard shortcuts: - -#### Editor shortcuts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Shortcut descriptionLinux/Windows shortcutmacOS shortcut
Display keyboard shortcuts.Shift+Alt+HH
Save your changes.Ctrl+SS
Undo your last changes.Ctrl+ZZ
Redo your last undo.Ctrl+Shift+ZZ
Show or hide the Settings sidebar.Ctrl+Shift+,,
Open the list view menu.Shift+Alt+OO
Navigate to the next part of the editor.Ctrl+``
Navigate to the previous part of the editor.Ctrl+Shift+``
Navigate to the next part of the editor (alternative).Ctrl+Alt+NN
Navigate to the previous part of the editor (alternative).Ctrl+Alt+PP
Navigate to the nearest toolbar.Alt+F10F10
Switch between visual editor and code editor.Ctrl+Shift+Alt+MM
Toggle fullscreen mode.Ctrl+Alt+Shift+FF
- -#### Selection shortcuts - - - - - - - - - - - - - - - - - - - - - - - - - - -
Shortcut descriptionLinux/Windows shortcutmacOS shortcut
Select all text when typing. Press again to select all blocks.Ctrl+AA
Clear selection.EscEsc
Select text across multiple blocks.Shift+Arrow (⇦, ⇧, ⇨, ⇩)Shift+Arrow (⇦, ⇧, ⇨, ⇩)
- -#### Block shortcuts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Shortcut descriptionLinux/Windows shortcutmacOS shortcut
Duplicate the selected block(s).Ctrl+Shift+DD
Remove the selected block(s).Shift+Alt+ZZ
Insert a new block before the selected block(s).Ctrl+Alt+TT
Insert a new block after the selected block(s).Ctrl+Alt+YY
Move the selected block(s) up.Ctrl+Alt+Shift+TT
Move the selected block(s) down.Ctrl+Alt+Shift+YY
Change the block type after adding a new paragraph.//
Create a group block from the selected multiple blocks.Ctrl+GG
Remove multiple selected blocks.delbackspacedelbackspace
- -#### Text formatting - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Shortcut descriptionLinux/Windows shortcutmacOS shortcut
Make the selected text bold.Ctrl+BB
Make the selected text italic.Ctrl+II
Underline the selected text.Ctrl+UU
Convert the selected text into a link.Ctrl+KK
Remove a link.Ctrl+Shift+KK
Add a strikethrough to the selected text.Shift+Alt+DD
Display the selected text in a monospaced font.Shift+Alt+XX
- Here is a brief animation illustrating how to find and use the keyboard shortcuts: ![GIF showing how to access keyboard shortcuts](https://make.wordpress.org/core/files/2020/07/keyboard-shortcuts.gif)