From abe420bdd63dad32263f53c1abb7e91f155b5b6d Mon Sep 17 00:00:00 2001 From: HEMMOUDA Aymane Date: Fri, 28 Nov 2025 04:15:41 +0100 Subject: [PATCH] Add macOS shortcut for running the scene (#11277) * 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 2cdc9e690..fb54436e7 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|