浏览代码

Add macOS keyboard shortcut in Creating your first script (#6032)

Co-authored-by: Hugo Locurcio <[email protected]>
(cherry picked from commit b81f0030b7c5063f49d81c9ecf79b65a52884d48)
Henry Catalini Smith 3 年之前
父节点
当前提交
c7e8e3e36f
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      getting_started/step_by_step/scripting_first_script.rst

+ 3 - 2
getting_started/step_by_step/scripting_first_script.rst

@@ -167,8 +167,9 @@ this function.
           it or don't indent a line correctly, the editor will highlight it in
           red and display the following error message: "Indented block expected".
 
-Save the scene if you haven't already, then press :kbd:`F6` to run it. Look at
-the Output bottom panel that expands. It should display "Hello, world!"
+Save the scene if you haven't already, then press :kbd:`F6` (:kbd:`Cmd + R` on macOS)
+to run it. Look at the **Output** bottom panel that expands.
+It should display "Hello, world!".
 
 .. image:: img/scripting_first_script_print_hello_world.png