From bc55dbd4990672e2c71c62108204c3cf714b3785 Mon Sep 17 00:00:00 2001 From: Justin Ho <59674603+Toash@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:22:53 -0400 Subject: [PATCH] Update keyboard shortcut instructions for macOS --- getting_started/introduction/first_look_at_the_editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/introduction/first_look_at_the_editor.rst b/getting_started/introduction/first_look_at_the_editor.rst index 299eede2103..e94fca9d438 100644 --- a/getting_started/introduction/first_look_at_the_editor.rst +++ b/getting_started/introduction/first_look_at_the_editor.rst @@ -187,7 +187,7 @@ Double-click on an item to open the corresponding page in the script main screen Alternatively, -* Clicking while pressing the :kbd:`Ctrl` key on a class name, function name, +* Clicking while pressing :kbd:`Ctrl` (:kbd:`Cmd` on macOS) on a class name, function name, or built-in variable in the script editor. * Right-clicking on nodes and choosing **Open Documentation** or choosing **Lookup Symbol** for elements in script editor will directly open their documentation.