Browse Source

Your first game: Add "Play Scene" keyboard shortcut for MacOS (#4190)

Benjamin Kane 4 years ago
parent
commit
f4954c8a22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/your_first_game.rst

+ 1 - 1
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
         complete. Using this value ensures that your movement will remain
         consistent even if the frame rate changes.
         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.
 around the screen in all directions.
 
 
 .. warning:: If you get an error in the "Debugger" panel that says
 .. warning:: If you get an error in the "Debugger" panel that says