iohook
iohook copied to clipboard
Node.js global keyboard and mouse listener.
I cant get iohook to work on any node version other than 13.14.0?? On some 14.x.x verisons i could get it to run but not past the `const ioHook =...
https://github.com/wilix-team/iohook/blob/229774494c7c338936d0596acd3f4693d363ea39/build.js#L143-L145 Should be `args.push('--dist-url=https://electronjs.org/headers');` From: https://www.electronjs.org/docs/latest/tutorial/using-native-node-modules#manually-building-for-electron
## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment - IOHook Version: - Environment name...
Looks like it is not working plug and play on linux, is anybody manage to install it and detect key pressed on linux? How?
So i have an application which uses iohook but iohook from the npm doesnt work on node versions newer than v13 and i wanted to switch to node v16 so...
## Expected Behavior My app should start (simple code from the docs) ## Current Behavior It gives me this error: λ node . load_input_helper [1918]: Using XFree86 keyboard layout. load_input_helper...
## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment - IOHook Version: - Environment name...
Press the caps lock key and some media keys, it crashes the electron application. - IOHook Version: 0.9.3 - Node.js version : 16.14.0, - electron version : 11.5.0: - Operating...
sudo apt-get install -y libxkbcommon-x11-0 ``` [sudo] password for hiwyn: Reading package lists... Done Building dependency tree... Done Reading state information... Done libxkbcommon-x11-0 is already the newest version (1.0.3-2). 0...
## Current Behavior When you start the program ``` App threw an error during load Error: C:\iohook-test\node_modules\iohook\builds\electron-v89-win32-x64\build\Release\iohook.node is not a valid Win32 application. C:\iohook-test\node_modules\iohook\builds\electron-v89-win32-x64\build\Release\iohook.node at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846) at...