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:
tanchar
2020-04-25 09:49:06 +02:00
committed by Tanguy Charlier
parent 439f697aab
commit 8eb869f61e

View File

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