mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
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>
This commit is contained in:
co-authored by
Yuri Sizov
parent
d12fbbf474
commit
523a1c0f03
@@ -134,7 +134,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
|
||||
|
||||
@@ -169,8 +169,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user