Skip to content

Commit 95a9b1f

Browse files
Updating "Clone down" to duplicate selection
Co-authored-by: A Thousand Ships <[email protected]>
1 parent f33cf64 commit 95a9b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/editor/default_key_mapping.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ Text Editor
256256
| Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` |
257257
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
258258
| Clone Down | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
259+
| Duplicate Selection | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/duplicate_selection`` |
259260
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
260261
| Complete Symbol | :kbd:`Ctrl + Space` | :kbd:`Ctrl + Space` | ``script_text_editor/complete_symbol`` |
261262
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+

0 commit comments

Comments
 (0)