summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-09-01 10:00:46 -0400
committerGitHub <noreply@github.com>2020-09-01 10:00:46 -0400
commitc6517737f7c350c0bbd513cb1f342bc692e47352 (patch)
tree347e51f775719af7184dfbd60c23b3d5918cd14b /docs
parent01db53b46a6eaf3126e0b44e2f3fc18fd4ae0114 (diff)
parent96fde775604be02f2aeee04f3cd6d4edff2815bd (diff)
Merge pull request #143 from kurtis-lew/patch-3
Update key-press.md
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/behavior/key-press.md2
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