Browse Source

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.
Hugo Locurcio 4 years ago
parent
commit
62d1d25aa7

+ 1 - 1
getting_started/editor/default_key_mapping.rst

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

+ 1 - 1
getting_started/step_by_step/intro_to_the_editor_interface.rst

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