Skip to content

Commit 37cdbf7

Browse files
authored
Merge pull request #422 from SeppPenner/patch-13
Fixes keyboardWrite.adoc does not highlight function.
2 parents c1ff487 + 30126cb commit 37cdbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/USB/Keyboard/keyboardWrite.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Keyboard.write()
1616
=== Description
1717
Sends a keystroke to a connected computer. This is similar to pressing and releasing a key on your keyboard. You can send some ASCII characters or the additional link:../keyboardmodifiers[keyboard modifiers and special keys].
1818

19-
Only ASCII characters that are on the keyboard are supported. For example, ASCII 8 (backspace) would work, but ASCII 25 (Substitution) would not. When sending capital letters, Keyboard.write() sends a shift command plus the desired character, just as if typing on a keyboard. If sending a numeric type, it sends it as an ASCII character (ex. Keyboard.write(97) will send 'a').
19+
Only ASCII characters that are on the keyboard are supported. For example, ASCII 8 (backspace) would work, but ASCII 25 (Substitution) would not. When sending capital letters, `Keyboard.write()` sends a shift command plus the desired character, just as if typing on a keyboard. If sending a numeric type, it sends it as an ASCII character (ex. Keyboard.write(97) will send 'a').
2020

2121
For a complete list of ASCII characters, see http://www.asciitable.com/[ASCIITable.com].
2222
[%hardbreaks]

0 commit comments

Comments
 (0)