UNPKG

iohook

Version:

Node.js global keyboard and mouse hook

21 lines (14 loc) 1 kB
# iohook ## About Node.js global native keyboard and mouse listener. This module can handle keyboard and mouse events via native hooks inside and outside your JavaScript/TypeScript application. It is fully compatible with [Electron](https://electronjs.org). Found 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). ## License This work is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). ## Contributors Thanks to _kwhat_ for the [libuiohook](https://github.com/kwhat/libuiohook) project and [ayoubserti](https://github.com/ayoubserti) for the first iohook prototype. * [vespakoen](https://github.com/vespakoen) (prebuild system implementation) * [matthewshirley](https://github.com/matthewshirley) (Windows prebuild fix) * [djiit](https://github.com/djiit) (project & community help) * All the other contributors. Feel free to extend this list !