From f4954c8a22fb1a828ef0171ee3f4a6fcbce93e18 Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Fri, 2 Oct 2020 10:03:19 -0700 Subject: [PATCH] Your first game: Add "Play Scene" keyboard shortcut for MacOS (#4190) --- getting_started/step_by_step/your_first_game.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/your_first_game.rst b/getting_started/step_by_step/your_first_game.rst index dfe8b2787..6e99a0dc0 100644 --- a/getting_started/step_by_step/your_first_game.rst +++ b/getting_started/step_by_step/your_first_game.rst @@ -349,7 +349,7 @@ the ``_process`` function (make sure it's not indented under the `else`): complete. Using this value ensures that your movement will remain consistent even if the frame rate changes. -Click "Play Scene" (``F6``) and confirm you can move the player +Click "Play Scene" (:kbd:`F6`, :kbd:`Cmd + R` on macOS) and confirm you can move the player around the screen in all directions. .. warning:: If you get an error in the "Debugger" panel that says