We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d859ee2 commit 7c1a877Copy full SHA for 7c1a877
docs/reference/keyboard_shortcuts_win.md
@@ -27,7 +27,7 @@ This topic is a draft and may contain wrong information.
27
| <Key k="ctrl+]" /> | Indent current line(s) |
28
| <Key k="ctrl+[" /> | Un-indent current line(s) |
29
| <Key k="ctrl+shift+d" /> | Duplicate line(s) |
30
-| <Key k="ctrl+j" /> | Join line below to the end of the current line |
+| <Key k="ctrl+shift+j" /> | Join line below to the end of the current line |
31
| <Key k="ctrl+/" /> | Comment/un-comment current line |
32
| <Key k="ctrl+shift+/" /> | Block comment current selection |
33
| <Key k="ctrl+y" /> | Redo, or repeat last keyboard shortcut command |
0 commit comments