We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 836bb98 + 68f617f commit c1a4453Copy full SHA for c1a4453
adafruit_hid/keycode.py
@@ -32,8 +32,8 @@ class Keycode:
32
"""USB HID Keycode constants.
33
34
This list is modeled after the names for USB keycodes defined in
35
- http://www.usb.org/developers/hidpage/Hut1_12v2.pdf#page=58.
36
- THis list does not include every single code, but does include all the keys on
+ https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf#page=53.
+ This list does not include every single code, but does include all the keys on
37
a regular PC or Mac keyboard.
38
39
Remember that keycodes are the names for key *positions* on a US keyboard, and may
0 commit comments