fix(docs): Update keycode usage ID for numeric 4 in key-press.md
Co-Authored-By: Robert U <978080+urob@users.noreply.github.com>
This commit is contained in:
parent
d7bd81e5c4
commit
edc60e5848
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ The "key press" behavior sends standard keycodes on press/release.
|
||||||
### Behavior Binding
|
### Behavior Binding
|
||||||
|
|
||||||
- Reference: `&kp`
|
- Reference: `&kp`
|
||||||
- Parameter: The keycode usage ID from the usage page, e.g. `4` or `A`
|
- Parameter: The keycode usage ID from the usage page, e.g. `N4` or `A`
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue