Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CrackerCat/iohook

 
 

Repository files navigation

This is a fork from wilix-team/iohook. Since it no longer provides prebuild binary for new version Node.js and Electron, and not support Apple m1 (a.k.a arm64, aarch64), so I forked the project, provided prebuild binary files (based on iohook v0.9.3) and posted it to npm.

Just install it and it should work for you:

npm install @hcfy/iohook

Use arm64 in package.json runtime version to download arm64 prebuild.

https://wilix-team.github.io/iohook/usage.html#electron

For example, for Electron v17 and Node.js v16:

"iohook": {
  "targets": [
    "node-93",
    "electron-101"
  ],
  "platforms": [
    "win32",
    "darwin",
    "linux"
  ],
  "arches": [
    "x64",
    "ia32",
    "arm64"
  ]
}

About

Node.js global keyboard and mouse listener.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.3%
  • JavaScript 6.0%
  • M4 5.2%
  • C++ 4.0%
  • Roff 1.5%
  • CMake 1.5%
  • Other 1.5%