Merge pull request #8223 from bonsaipropaganda/patch-2

Updated 'clone down' default editor shortcut
This commit is contained in:
Matthew
2023-10-11 21:21:23 -04:00
committed by Max Hilbrunner
parent 4728a5410c
commit a16ea6364c

View File

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