iohook icon indicating copy to clipboard operation
iohook copied to clipboard

Node.js global keyboard and mouse listener.

Results 120 iohook issues
Sort by recently updated
recently updated
newest added

After a new development task assigned to me in which I need get keyboard and mouse click event globally and store it into a database, I search related work from...

In my project, I want to cancel the event on specific key presses. So that if the user presses "x" for example, it would not write that "x" to the...

## Expected Behavior Correct installation ## Current Behavior ### **Installing** ``` npm install iohook --save npm ERR! code 1 npm ERR! path C:\...\Project\node_modules\iohook npm ERR! command failed npm ERR! command...

Support electron-15.0.0 with abi-98. Tested on Windows 10 x64. ``` $ electron --version && electron --abi && electron . v15.0.0 98 { button: 0, clicks: 0, x: 2534, y: 46,...

## Expected Behavior Code is basically this, so program should log keys i pressed. ``` const ioHook = require('iohook'); ioHook.on("keyup",function(keyPress){ console.log(keyPress) }); ioHook.start(); ``` ## Current Behavior Electron app exits...

Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-electron-v87-linux-ia32.tar.gz returned 404 Prebuild for current platform (iohook-v0.9.3-electron-v87-linux-ia32) not found! The same error shows up in logs when trying to set it up on the Linux system. -...

👋 Thank you for this great library :) Would be great if there was some way to deal with overlapping shortcuts. E.x. I register `V` and `Shift+V` as two seperate...

I've personally given up trying to get iohook working with any modern version of Electron. If you're in the same boat, try [uiohook-napi](https://www.npmjs.com/package/uiohook-napi) instead. It works great with less hoops...

Bumps [electron](https://github.com/electron/electron) from 13.1.2 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...

dependencies

Bumps [electron](https://github.com/electron/electron) from 13.1.2 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...

dependencies