From a409ce12c080ca73cfb31d444622ffe8e5712d5f Mon Sep 17 00:00:00 2001 From: Stanislav Balia Date: Thu, 28 Jul 2022 15:46:49 +0200 Subject: [PATCH] Nodes & Scenes: Added macOS shortcuts mentioning. (#5993) * Added macOS shortcuts mentioning. Unfortunately, suggested hotkeys don't work for macOS. I guess it will be useful to mention macOS shortcuts directly in the docs. * Apply suggestions from code review Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> (cherry picked from commit 523a1c0f0392ecb256877ed95b2d48d93ec43fca) --- getting_started/step_by_step/nodes_and_scenes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting_started/step_by_step/nodes_and_scenes.rst b/getting_started/step_by_step/nodes_and_scenes.rst index a7e45360c..c5ba2056b 100644 --- a/getting_started/step_by_step/nodes_and_scenes.rst +++ b/getting_started/step_by_step/nodes_and_scenes.rst @@ -130,7 +130,7 @@ Running the scene ----------------- Everything's ready to run the scene! Press the Play Scene button in the -top-right of the screen or press :kbd:`F6`. +top-right of the screen or press :kbd:`F6` (:kbd:`Cmd + R` on macOS). .. image:: img/nodes_and_scenes_09_play_scene_button.png @@ -165,8 +165,8 @@ Setting the main scene ---------------------- To run our test scene, we used the Play Scene button. Another button next to it -allows you to set and run the project's main scene. You can press :kbd:`F5` to -do so. +allows you to set and run the project's main scene. You can press :kbd:`F5` +(:kbd:`Cmd + B` on macOS) to do so. .. image:: img/nodes_and_scenes_13_play_button.png