mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Update the keyboard shortcut to open the editor help
The shortcut was changed in 3.3. This also lists the macOS-specific shortcut in the editor introduction.
This commit is contained in:
@@ -29,7 +29,7 @@ General Editor Actions
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
| Open Script Editor | :kbd:`Ctrl + F3` | :kbd:`Alt + 3` | ``editor/editor_script`` |
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
| Search Help | :kbd:`Shift + F1` | :kbd:`Alt + Space` | ``editor/editor_help`` |
|
||||
| Search Help | :kbd:`F1` | :kbd:`Alt + Space` | ``editor/editor_help`` |
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
| Distraction Free Mode | :kbd:`Ctrl + Shift + F11` | :kbd:`Cmd + Ctrl + D` | ``editor/distraction_free_mode`` |
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
|
||||
@@ -137,7 +137,7 @@ related to the 3D viewport.
|
||||
|
||||
The **Script** workspace is a complete code editor with a debugger, rich
|
||||
auto-completion, and built-in code reference. Press :kbd:`Ctrl + F3` (or :kbd:`Alt + 3` on macOS)
|
||||
to access it, and :kbd:`Shift + F1` to search the reference.
|
||||
to access it, and :kbd:`F1` (or :kbd:`Alt + Space` on macOS) to search the reference.
|
||||
|
||||
.. image:: img/editor_ui_intro_editor_06_script_workspace_expanded.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user