From 0916c32929d5dae6cda189be1243461c0ad922f5 Mon Sep 17 00:00:00 2001 From: HEMMOUDA Aymane Date: Fri, 12 Sep 2025 10:11:02 +0200 Subject: [PATCH 1/2] Add macOS shortcut for running the scene Updated instructions for running the scene on macOS. --- getting_started/first_3d_game/03.player_movement_code.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/first_3d_game/03.player_movement_code.rst b/getting_started/first_3d_game/03.player_movement_code.rst index 2cdc9e6902f..ad5403f039e 100644 --- a/getting_started/first_3d_game/03.player_movement_code.rst +++ b/getting_started/first_3d_game/03.player_movement_code.rst @@ -414,8 +414,8 @@ if it was attached to a crane. |image8| -You can run the scene by pressing :kbd:`F6` and press the arrow keys to move the -character. +You can run the scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS) and +press the arrow keys to move the character. |image9| From 67e244f3692700b86306ef34525af2b5d075f945 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 27 Nov 2025 22:11:10 -0500 Subject: [PATCH 2/2] Update getting_started/first_3d_game/03.player_movement_code.rst Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- getting_started/first_3d_game/03.player_movement_code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_3d_game/03.player_movement_code.rst b/getting_started/first_3d_game/03.player_movement_code.rst index ad5403f039e..fb54436e736 100644 --- a/getting_started/first_3d_game/03.player_movement_code.rst +++ b/getting_started/first_3d_game/03.player_movement_code.rst @@ -414,7 +414,7 @@ if it was attached to a crane. |image8| -You can run the scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS) and +You can run the scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS) and press the arrow keys to move the character. |image9|