diff --git a/getting_started/editor/default_key_mapping.rst b/getting_started/editor/default_key_mapping.rst index 3d2ceac50..1065bb2f0 100644 --- a/getting_started/editor/default_key_mapping.rst +++ b/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`` | +-----------------------+-------------------------------+------------------------------+----------------------------------+ diff --git a/getting_started/step_by_step/intro_to_the_editor_interface.rst b/getting_started/step_by_step/intro_to_the_editor_interface.rst index 1931eb6e0..3bcd06df1 100644 --- a/getting_started/step_by_step/intro_to_the_editor_interface.rst +++ b/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