Skip to content

Commit

Permalink
Removed "Clone down"
Browse files Browse the repository at this point in the history
Clone down is no longer used. This editor shortcut name has been changed to "Duplicate selection"
  • Loading branch information
bonsaipropaganda authored Oct 11, 2023
1 parent 95a9b1f commit cff844d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorials/editor/default_key_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ 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 cff844d

Please sign in to comment.