We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fd422 commit b8728c5Copy full SHA for b8728c5
README.md
@@ -47,6 +47,8 @@ Note platform specific details:
47
This is not necessary. See the "[./examples](./examples)" folder for more examples.
48
- On Linux (X11), when AutoRepeat is enabled in the X server, the Keyup
49
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)`.
52
53
## Examples
54
0 commit comments