Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-08-08 00:20:40 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-08-08 00:20:40 +0300
commit5e77fb24822b58d47a37406547b2463e7450f43e (patch)
tree7949e14a19fc224b6b368023b41fe214c959b504 /doc
parentba0870713b9b563cb8fcecc9049197bf2dc3d835 (diff)
API Docs: Correct Hotkey
Here we can link to the manual and keep the hotkey updated in the manual rather than the API docs. Fixes T68371
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_quickstart.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index aa3a38974c4..75aeb765f53 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -317,7 +317,9 @@ To run the script:
#. Click the button labeled ``New`` and the confirmation pop up in order to create a new text block.
#. Press :kbd:`Ctrl-V` to paste the code into the text panel (the upper left frame).
#. Click on the button **Run Script**.
-#. Move your cursor into the 3D view, press spacebar for the operator search menu, and type "Simple".
+#. Move your cursor into the 3D Viewport,
+ open the :ref:`operator search menu <blender_manual:bpy.ops.wm.search_menu>`,
+ and type "Simple".
#. Click on the "Simple Operator" item found in search.