Skip to content

Commit 228c10e

Browse files
authored
Add note for windows laptop to class reference doc (godotengine#8097)
Add note regarding the fn key when trying to open the class reference in editor
1 parent e413b4d commit 228c10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/introduction/first_look_at_the_editor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Godot comes with a built-in class reference.
136136
You can search for information about a class, method, property, constant, or
137137
signal by any one of the following methods:
138138

139-
* Pressing :kbd:`F1` (or :kbd:`Alt + Space` on macOS) anywhere in the editor.
139+
* Pressing :kbd:`F1` (or :kbd:`Alt + Space` on macOS, or :kbd:`fn + F1` for laptops with a :kbd:`fn` key) anywhere in the editor.
140140
* Clicking the "Search Help" button in the top-right of the Script main screen.
141141
* Clicking on the Help menu and Search Help.
142142
* Clicking while pressing the :kbd:`Ctrl` key on a class name, function name,

0 commit comments

Comments
 (0)