binding library for libuiohook
npm install node-iohook
npm install node-iohook
#example
`
const hook = require('node-iohook')
hook.on('keydown', function(msg){
console.log(msg);
});
hook.start();
`
#misc
node-iohook work with last nodejs LTS as well as electron`