Skip to content

Commit

Permalink
Updating "Clone down" to duplicate selection
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
  • Loading branch information
bonsaipropaganda and AThousandShips authored Oct 11, 2023
1 parent f33cf64 commit 95a9b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/editor/default_key_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ Text Editor
| Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` |
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
| Clone Down | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
| Duplicate Selection | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/duplicate_selection`` |
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
| Complete Symbol | :kbd:`Ctrl + Space` | :kbd:`Ctrl + Space` | ``script_text_editor/complete_symbol`` |
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
Expand Down

0 comments on commit 95a9b1f

Please sign in to comment.