Skip to content

Commit b8728c5

Browse files
committed
doc: document keycode usage
1 parent 94fd422 commit b8728c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Note platform specific details:
4747
This is not necessary. See the "[./examples](./examples)" folder for more examples.
4848
- On Linux (X11), when AutoRepeat is enabled in the X server, the Keyup
4949
is triggered automatically and continuously as Keydown continues.
50+
- If this package did not include a desired key, one can always provide the keycode to the API.
51+
For example, if a key code is 0x15, then the corresponding key is `hotkey.Key(0x15)`.
5052

5153
## Examples
5254

0 commit comments

Comments
 (0)