Skip to content

Commit

Permalink
doc: document keycode usage
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Mar 15, 2022
1 parent 94fd422 commit b8728c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Note platform specific details:
This is not necessary. See the "[./examples](./examples)" folder for more examples.
- On Linux (X11), when AutoRepeat is enabled in the X server, the Keyup
is triggered automatically and continuously as Keydown continues.
- If this package did not include a desired key, one can always provide the keycode to the API.
For example, if a key code is 0x15, then the corresponding key is `hotkey.Key(0x15)`.

## Examples

Expand Down

0 comments on commit b8728c5

Please sign in to comment.