mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
remove duplicate keyboard shortcut
- Complete Symbol was present twice - The correct shortcut on mac is Ctrl + Space ; Cmd + Space is typically used to open the mac spotlight search - Clone Down was present twice
This commit is contained in:
@@ -250,14 +250,10 @@ Text Editor
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Clone Down | :kbd:`Ctrl + Shift + C` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
|
||||
| Clone Down | :kbd:`Ctrl + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/clone_down`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Complete Symbol | :kbd:`Ctrl + Space` | :kbd:`Ctrl + Space` | ``script_text_editor/complete_symbol`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Clone Down | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``script_text_editor/clone_down`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Complete Symbol | :kbd:`Ctrl + Space` | :kbd:`Cmd + Space` | ``script_text_editor/complete_symbol`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Evaluate Selection | :kbd:`Ctrl + Shift + E` | :kbd:`Cmd + Shift + E` | ``script_text_editor/evaluate_selection`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Trim Trailing Whitespace | :kbd:`Ctrl + Alt + T` | :kbd:`Cmd + Alt + T` | ``script_text_editor/trim_trailing_whitespace`` |
|
||||
|
||||
Reference in New Issue
Block a user