diff options
author | Kurtis Lew <kurtis.a.lew@gmail.com> | 2020-08-30 20:12:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 20:12:53 -0700 |
commit | 96fde775604be02f2aeee04f3cd6d4edff2815bd (patch) | |
tree | ba783427fd3770c43ba623381078213a160bbff2 | |
parent | af6ddfb7e24fe26560a79be106f1eb3223e6914c (diff) |
Update key-press.md
Specified keypress and consumer press pages
-rw-r--r-- | docs/docs/behavior/key-press.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behavior/key-press.md b/docs/docs/behavior/key-press.md index 2edce1d..f58225d 100644 --- a/docs/docs/behavior/key-press.md +++ b/docs/docs/behavior/key-press.md @@ -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 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 |