Skip to content

Commit f33cf64

Browse files
Updated 'clone down' default editor shortcut
The default editor shortcut for 'clone down' is ctrl + shift + d. The documentation said ctrl + d by mistake. This reddit post can confirm this as well: https://www.reddit.com/r/godot/comments/15pcew1/cant_duplicate_line_in_editor_clone_down_is/
1 parent 86e51a0 commit f33cf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/editor/default_key_mapping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Text Editor
255255
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
256256
| Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` |
257257
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
258-
| Clone Down | :kbd:`Ctrl + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
258+
| Clone Down | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
259259
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
260260
| Complete Symbol | :kbd:`Ctrl + Space` | :kbd:`Ctrl + Space` | ``script_text_editor/complete_symbol`` |
261261
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+

0 commit comments

Comments
 (0)