Browse Source

Updating "Clone down" to duplicate selection

Co-authored-by: A Thousand Ships <[email protected]>
Seth Louis 1 year ago
parent
commit
95a9b1f534
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tutorials/editor/default_key_mapping.rst

+ 1 - 0
tutorials/editor/default_key_mapping.rst

@@ -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``          |
 +---------------------------+--------------------------+----------------------------+-------------------------------------------------+