UNPKG

1 kBMarkdownView Raw
1# iohook
2## About
3Node.js global native keyboard and mouse listener.
4
5This module can handle keyboard and mouse events via native hooks inside and outside your JavaScript/TypeScript application.
6
7It is fully compatible with [Electron](https://electronjs.org).
8
9Found a bug? Have an idea? Feel free to post an [issue](https://github.com/WilixLead/iohook/issues) or submit a [PR](https://github.com/WilixLead/iohook/pulls).
10
11## License
12This work is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
13
14## Contributors
15Thanks to _kwhat_ for the [libuiohook](https://github.com/kwhat/libuiohook) project and [ayoubserti](https://github.com/ayoubserti) for the first iohook prototype.
16
17* [vespakoen](https://github.com/vespakoen) (prebuild system implementation)
18* [matthewshirley](https://github.com/matthewshirley) (Windows prebuild fix)
19* [djiit](https://github.com/djiit) (project & community help)
20* All the other contributors. Feel free to extend this list !