Skip to content

Commit

Permalink
Merge pull request #9016 from walerian777/ctrl-click-on-macos
Browse files Browse the repository at this point in the history
Add missing Ctrl-click equivalents for MacOS.
  • Loading branch information
mhilbrunner committed Mar 26, 2024
2 parents 20ab694 + f1f6cf4 commit 477e401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting_started/introduction/learning_new_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A class reference's page tells you:
<https://github.com/godotengine/godot-docs/issues>`_ GitHub repository
to report it.

You can Ctrl-click any underlined text like the name of a class, property,
You can Ctrl-click (Cmd-click on MacOS) any underlined text like the name of a class, property,
method, signal, or constant to jump to it.

Learning to think like a programmer
Expand Down
2 changes: 1 addition & 1 deletion getting_started/step_by_step/scripting_first_script.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ our sprite's rotation every frame. Here, ``rotation`` is a property inherited
from the class ``Node2D``, which ``Sprite2D`` extends. It controls the rotation
of our node and works with radians.

.. tip:: In the code editor, you can ctrl-click on any built-in property or
.. tip:: In the code editor, you can Ctrl-click (Cmd-click on MacOS) on any built-in property or
function like ``position``, ``rotation``, or ``_process`` to open the
corresponding documentation in a new tab.

Expand Down

0 comments on commit 477e401

Please sign in to comment.