Skip to content

Commit 2d2b53f

Browse files
Update keyboardModifiers.adoc
Fixed the issue arduino#610 Updated the documentation for F13-F24 Fixed misleading definition in line 25
1 parent c471d9f commit 2d2b53f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Language/Functions/USB/Keyboard/keyboardModifiers.adoc

+13-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more on ASCII values and the characters or functions they represent, see htt
2222
[%hardbreaks]
2323
For multiple key presses use link:../keyboardpress[Keyboard.press]()
2424
[%hardbreaks]
25-
The Leonardo's definitions for modifier keys are listed below:
25+
The definitions of the modifier keys are listed below:
2626
[%hardbreaks]
2727

2828

@@ -64,6 +64,18 @@ The Leonardo's definitions for modifier keys are listed below:
6464
|KEY_F10 |0xCB |203
6565
|KEY_F11 |0xCC |204
6666
|KEY_F12 |0xCD |205
67+
|KEY_F13 |0xF0 |240
68+
|KEY_F14 |0xF1 |241
69+
|KEY_F15 |0xF2 |242
70+
|KEY_F16 |0xF3 |243
71+
|KEY_F17 |0xF4 |244
72+
|KEY_F18 |0xF5 |245
73+
|KEY_F19 |0xF6 |246
74+
|KEY_F20 |0xF7 |247
75+
|KEY_F21 |0xF8 |248
76+
|KEY_F22 |0xF9 |249
77+
|KEY_F23 |0xFA |250
78+
|KEY_F24 |0xFB |251
6779
|===
6880

6981
--

0 commit comments

Comments
 (0)