浏览代码

Removed "Clone down"

Clone down is no longer used. This editor shortcut name has been changed to "Duplicate selection"
Seth Louis 1 年之前
父节点
当前提交
cff844d0fc
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tutorials/editor/default_key_mapping.rst

+ 0 - 1
tutorials/editor/default_key_mapping.rst

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