From a16ea6364c74224b342df095e23e54ecab6428b3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 11 Oct 2023 21:21:23 -0400 Subject: [PATCH] Merge pull request #8223 from bonsaipropaganda/patch-2 Updated 'clone down' default editor shortcut --- tutorials/editor/default_key_mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor/default_key_mapping.rst b/tutorials/editor/default_key_mapping.rst index 50cbc652a..d11f1c0ed 100644 --- a/tutorials/editor/default_key_mapping.rst +++ b/tutorials/editor/default_key_mapping.rst @@ -255,7 +255,7 @@ Text Editor +---------------------------+--------------------------+----------------------------+-------------------------------------------------+ | Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` | +---------------------------+--------------------------+----------------------------+-------------------------------------------------+ -| Clone Down | :kbd:`Ctrl + 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`` | +---------------------------+--------------------------+----------------------------+-------------------------------------------------+