@@ -56,8 +56,8 @@ A class reference's page tells you:
5656 <https://github.com/godotengine/godot-docs/issues> `_ GitHub repository
5757 to report it.
5858
59- You can Ctrl-click (Cmd-click on MacOS) any underlined text like the name of a class, property,
60- method, signal, or constant to jump to it.
59+ You can hold :kbd: ` Ctrl ` (macOS :kbd: ` Cmd `) and then mouseover text like the name of a class, property,
60+ method, signal, or constant to underline it, then :kbd: ` Ctrl + Click ` (macOS :kbd: ` Cmd + Click `) it to jump to it.
6161
6262Learning to think like a programmer
6363-----------------------------------
@@ -121,10 +121,11 @@ information:
121121 Also, please don't take a picture with your phone, the low quality and screen
122122 reflections can make it hard to understand the image. Your operating system
123123 should have a built-in tool to take screenshots with the :kbd: `PrtSc ` (Print
124- Screen) key.
124+ Screen) key (macOS: use :kbd: `Cmd + Shift + 3 ` for a full screen shot,
125+ `more information here <https://support.apple.com/guide/mac-help/take-a-screenshot-mh26782/mac >`_).
125126
126127 Alternatively, you can use a program like `ShareX <https://getsharex.com/ >`_
127- on Windows or `FlameShot <https://flameshot.org/ >`_ on Linux.
128+ on Windows, or `FlameShot <https://flameshot.org/ >`_ on Linux.
128129
1291305. Sharing a video of your running game can also be really **useful to
130131 troubleshoot your game **. You can use programs like `OBS Studio
0 commit comments