From 424de80cf8e995be346169c90e243a454c73f5b6 Mon Sep 17 00:00:00 2001 From: calebelson Date: Tue, 17 Oct 2023 08:44:40 -0500 Subject: [PATCH] Correct macOS shortcut in instancing.rst Ctrl + Option + Cmd + B appears to be incorrect, and should isntead be Ctrl + Option + Cmd + Q. --- getting_started/step_by_step/instancing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index c1cc4f0648a..0c058c0b6c8 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -45,7 +45,7 @@ you to download the ball's sample project we prepared for you: `instancing_starter.zip `_. Extract the archive on your computer. To import it, you need the Project Manager. -The Project Manager is accessed by opening Godot, or if you already have Godot opened, click on *Project -> Quit to Project List* (:kbd:`Ctrl + Shift + Q`, :kbd:`Ctrl + Option + Cmd + B` on macOS) +The Project Manager is accessed by opening Godot, or if you already have Godot opened, click on *Project -> Quit to Project List* (:kbd:`Ctrl + Shift + Q`, :kbd:`Ctrl + Option + Cmd + Q` on macOS) In the Project Manager, click the *Import* button to import the project.