Skip to content

Commit 3965f5e

Browse files
Update keyboard-shortcuts.mdAdd missing source code editing shortcut
Adds Ctrl+E / Command+E shortcut to the Source Code Editing section as reported in #41394.
1 parent a00a779 commit 3965f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/get-started/accessibility/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The following sections list some of the available keyboard shortcuts, organized
6565
|<kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>8</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>8</kbd> (Windows/Linux) | Inserts Markdown formatting for an unordered list |
6666
|<kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>.</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>.</kbd> (Windows/Linux) | Inserts Markdown formatting for a quote |
6767
|<kbd>E</kbd> | Open source code file in the **Edit file** tab |
68+
|<kbd>Command</kbd>+<kbd>E</kbd> (Mac) or <br> <kbd>Ctrl</kbd>+<kbd>E</kbd> (Windows/Linux) | Use the selected text as the search query |
6869
|<kbd>Command</kbd>+<kbd>F</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>F</kbd> (Windows/Linux) | Start searching in file editor |
6970
|<kbd>Command</kbd>+<kbd>G</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>G</kbd> (Windows/Linux) | Find next |
7071
|<kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>G</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>G</kbd> (Windows/Linux) | Find previous |

0 commit comments

Comments
 (0)