Browse Source

Update the editor help shortcut for recent Godot versions

This closes #3656.
Hugo Locurcio 5 years ago
parent
commit
e0554d9c0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/intro_to_the_editor_interface.rst

+ 1 - 1
getting_started/step_by_step/intro_to_the_editor_interface.rst

@@ -135,7 +135,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:`F3` (or :kbd:`Alt + 3` on macOS)
-to access it, and :kbd:`F4` to search the reference.
+to access it, and :kbd:`Shift + F1` to search the reference.
 
 .. image:: img/editor_ui_intro_editor_06_script_workspace_expanded.png