key-reader-logger

1.0.1-d • Public • Published

Key-Reader-Logger

ENABLE ONLY ON WINDOWS Package provide utility to capture input data from keyboard and mouse. Consist of two separete process wrote in cpp(source file included).Those process create windows hooks to capture data;

Work of class KeyReaderLogger base on two events: "keyData" and "mouseData";

kLog.on('mouseData',(data)=>{ console.log(data); });

kLog.on("keyData", (data) => { console.log(data); });

Remember to use function start() to initialize subprocess. See example in example.js.

Package Sidebar

Install

npm i key-reader-logger

Weekly Downloads

0

Version

1.0.1-d

License

ISC

Unpacked Size

4.29 MB

Total Files

12

Last publish

Collaborators

  • matl3w