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:
Hugo Locurcio
2021-06-23 15:04:34 +02:00
parent af8cf7f6fd
commit 62d1d25aa7
2 changed files with 2 additions and 2 deletions
@@ -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