Update key-press.md

Specified keypress and consumer press pages
This commit is contained in:
Kurtis Lew 2020-08-30 20:12:53 -07:00 committed by GitHub
parent af6ddfb7e2
commit 96fde77560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ sidebar_label: Key Press
The most basic of behaviors, is the ability to send certain keycode presses and releases in response to activating The most basic of behaviors, is the ability to send certain keycode presses and releases in response to activating
a certain key. a certain key.
For reference on keycode values, see the [USB HID Usage Tables](https://www.usb.org/document-library/hid-usage-tables-12). For reference on keycode values, see pages 83-89 of the [USB HID Usage Tables](https://www.usb.org/document-library/hid-usage-tables-12).
## Keycode Defines ## Keycode Defines