Skip to content

Commit 7c1a877

Browse files
authored
Update keyboard_shortcuts_win.md (#132)
`ctrl+j` has become `ctrl+shift+j`
1 parent d859ee2 commit 7c1a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/keyboard_shortcuts_win.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This topic is a draft and may contain wrong information.
2727
| <Key k="ctrl+]" /> | Indent current line(s) |
2828
| <Key k="ctrl+[" /> | Un-indent current line(s) |
2929
| <Key k="ctrl+shift+d" /> | Duplicate line(s) |
30-
| <Key k="ctrl+j" /> | Join line below to the end of the current line |
30+
| <Key k="ctrl+shift+j" /> | Join line below to the end of the current line |
3131
| <Key k="ctrl+/" /> | Comment/un-comment current line |
3232
| <Key k="ctrl+shift+/" /> | Block comment current selection |
3333
| <Key k="ctrl+y" /> | Redo, or repeat last keyboard shortcut command |

0 commit comments

Comments
 (0)