mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #8259 from arrayewhy/patch-1
Updated Code Folding Hotkey Reference for MacOS
This commit is contained in:
@@ -253,7 +253,7 @@ Text Editor
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Toggle Comment | :kbd:`Ctrl + K` | :kbd:`Cmd + K` | ``script_text_editor/toggle_comment`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Alt + F` | ``script_text_editor/toggle_fold_line`` |
|
||||
| Fold/Unfold Line | :kbd:`Alt + F` | :kbd:`Ctrl + Cmd + F` | ``script_text_editor/toggle_fold_line`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
| Duplicate Selection | :kbd:`Ctrl + Shift + D` | :kbd:`Cmd + Shift + C` | ``script_text_editor/duplicate_selection`` |
|
||||
+---------------------------+--------------------------+----------------------------+-------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user