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

I have installed the newest version 0.9.3, If I include iohook in main.ts all is working fine. But when importing into an angular component, I am getting a console error....

Expected Behaviour: iohook should work after the electron build using electron forge on Windows Current Behaviour: When I run electron-fore start I am getting Cannot find the module 'C:\Users\Windows.User1\Desktop\Projects\desktop-screen-capture\.webpack\main\builds\electron-v87-win32-x64\build\Release\iohook.node' Require...

Hey! First of all, thanks for this awesome package :) In my use case, I'm trying to get data from barcode and card scanners. Those devices act as a keyboard...

feature
help
question

I am using iohook in an electon app, its like an upwork tracker... I am listening to keyup event and when I start the tracker, my keys starts to skip......

bug
mac

## Expected Behavior Would expect it to work in spite of other programs that have global hotkey functionality. ## Current Behavior If OBS Studio is running when I start the...

I am testing iohook in node.js with the standard example both on Windows and Mac. On Mac after running the code mousemove events logs the event, but after pressing any...

bug
mac
investigating

Hey everyone, 2020 has been a strange year, and 2021 is starting to look pretty much the same. tbh I don't think I'll have more time to dedicate to iohook....

help

I used `String.fromCharCode(key.rawcode)` to obtain `Q Q` and `1 1` even though I really typed `q Q` and `+ 1`. In other words, I get the same character code for...

investigating

## Expected Behavior Upon attaching key- press/down/up, the callback should be fired every time these events happen. ## Current Behavior The callback is only fired once ## Possible Solution No...

help
awaiting feedback
mac

## Expected Behavior Application should not crash ## Current Behavior current keyboard is japanese,when starts the application,then crash ## Possible Solution switch to other language keyboard,for example : simple chinese...

awaiting feedback