Skip to content

Commit 050ea6e

Browse files
author
Stefania
authored
Merge pull request #140 from arduino/SimonePDA-patch-3
Update Keyboard.adoc
2 parents 0ef3b09 + 4350290 commit 050ea6e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Language/Functions/USB/Keyboard.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ subCategories: [ "USB" ]
2020
The keyboard functions enable a 32u4 or SAMD micro based boards to send keystrokes to an attached computer through their micro's native USB port.
2121
[%hardbreaks]
2222
*Note: Not every possible ASCII character, particularly the non-printing ones, can be sent with the Keyboard library.* +
23-
The library supports the use of modifier keys. Modifier keys change the behavior of another key when pressed simultaneously. link:../keyboard/keyboardModifiers[See here] for additional information on supported keys and their use.
23+
The library supports the use of modifier keys. Modifier keys change the behavior of another key when pressed simultaneously. link:../keyboard/keyboardmodifiers[See here] for additional information on supported keys and their use.
2424

2525
--
2626
// OVERVIEW SECTION ENDS
@@ -42,14 +42,14 @@ When using the Mouse or Keyboard library, it may be best to test your output fir
4242

4343
[float]
4444
=== Functions
45-
link:../keyboard/keyboardBegin[Keyboard.begin()] +
46-
link:../keyboard/keyboardEnd[Keyboard.end()] +
47-
link:../keyboard/keyboardPress[Keyboard.press()] +
48-
link:../keyboard/keyboardPrint[Keyboard.print()] +
49-
link:../keyboard/keyboardPrintln[Keyboard.println()] +
50-
link:../keyboard/keyboardRelease[Keyboard.release()] +
51-
link:../keyboard/keyboardReleaseAll[Keyboard.releaseAll()] +
52-
link:../keyboard/keyboardWrite[Keyboard.write()]
45+
link:../keyboard/keyboardbegin[Keyboard.begin()] +
46+
link:../keyboard/keyboardend[Keyboard.end()] +
47+
link:../keyboard/keyboardpress[Keyboard.press()] +
48+
link:../keyboard/keyboardprint[Keyboard.print()] +
49+
link:../keyboard/keyboardprintln[Keyboard.println()] +
50+
link:../keyboard/keyboardrelease[Keyboard.release()] +
51+
link:../keyboard/keyboardreleaseall[Keyboard.releaseAll()] +
52+
link:../keyboard/keyboardwrite[Keyboard.write()]
5353

5454
'''
5555

0 commit comments

Comments
 (0)