Skip to content

willemkokke/node-iohook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-iohook

Binding of libuiohook for nodejs

About

This package help nodejs developer to catch events on mouse and keyboard and register callbacks on every events.

#requirements

  • Windows: VS2015
  • MAC: clang
  • Linux: GCC

#install

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

About

Binding of libuiohook for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 88.2%
  • M4 5.8%
  • Roff 1.7%
  • CMake 1.6%
  • C++ 1.0%
  • JavaScript 0.9%
  • Other 0.8%