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
trafficstars

## Expected Behavior Pressing of Caps Lock shouldn't crash an electron app ## Current Behavior Pressing Caps Lock with electron-v76-darwin-x64 crashes Electron App with no errors ## Steps to Reproduce...

bug
mac
investigating

Bump nugget for less subdependencies ## Description Needs less subdependencies.

## Expected Behavior arm Mac machines not supported ## Current Behavior npm ERR! Prebuild for current platform (iohook-v0.9.3-node-v93-darwin-arm64) not found! npm ERR! Try to build for your platform manually: ##...

When I try to download the prebuild.tar.gz (iohook-v0.9.3-node-v93-win32-x64), and it fails. 1. Do you have any mirror or CDN configuration? 2. iohook-v0.9.3-node-v93-win32-x64 does not exist, but why is it downloaded

The .npmignore file was causing files needed for manual build to be excluded from the project's folder when npm-installed. It's only about 500kb of files total and I noticed this...

## Expected Behavior Make it run on a simple node app. ## Current Behavior Showing this message and closing porcess: ```javascript refresh_locale_list [476]: GetKeyboardLayoutList(0, NULL) found 3 layouts. refresh_locale_list [493]:...

bug
investigating

## Expected Behavior Using the command listed on the main page, I would expect the package to be installed. "npm install iohook --save" ## Current Behavior The following errors are...

bug

Expected Behaviour: iohook should not increase CPU usage that much Currently it goes up to 80%. It should not downgrade the performance ## Current Behavior After some time of usage(like...

## enter double key "Caps Lock " will crash - IOHook Version: 0.9.x - Environment name and version : electron 12.0.6 node: 14.16 - Operating System and version (desktop or...

I am trying to integrate this package into the electron app. **Node: v14.18.2 iohook: ^0.9.3 electron: 16.0.0 Ihook configuration:** ``` "iohook": { "targets": [ "electron-99" ], "platforms": [ "linux", "win32",...