From 0916c32929d5dae6cda189be1243461c0ad922f5 Mon Sep 17 00:00:00 2001 From: HEMMOUDA Aymane Date: Fri, 12 Sep 2025 10:11:02 +0200 Subject: [PATCH] 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|