File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Language/Functions/USB/Keyboard Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ A modifier key is a special key on a computer keyboard that modifies the normal
21
21
[%hardbreaks]
22
22
For more on ASCII values and the characters or functions they represent, see http://www.asciitable.com/[asciitable.com]
23
23
[%hardbreaks]
24
- For multiple key presses use link:../keyboardPress [Keyboard.press]()
24
+ For multiple key presses use link:../keyboardpress [Keyboard.press]()
25
25
[%hardbreaks]
26
26
The Leonardo's definitions for modifier keys are listed below:
27
27
[%hardbreaks]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ title: Keyboard.print()
17
17
=== Description
18
18
Sends a keystroke to a connected computer.
19
19
20
- `Keyboard.print()` must be called after initiating link:../keyboardBegin [Keyboard.begin()].
20
+ `Keyboard.print()` must be called after initiating link:../keyboardbegin [Keyboard.begin()].
21
21
[%hardbreaks]
22
22
23
23
You can’t perform that action at this time.
0 commit comments