ソースを参照

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