iohook
iohook copied to clipboard
Node.js global keyboard and mouse listener.
## Expected Behavior Just upgraded an Electron project from iohook v0.7.2 to iohook v0.9.3. deleting the node_modules directory in the process and running npm i. I have iohook targets set...
## Expected Behavior This may be mostly a feature request. I like how this library does the keyboard capturing but I do not need the part of it that does...
## Expected Behavior ## Current Behavior ``` strace binaryName ``` ``` poll([{fd=46, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=46, revents=POLLOUT}]) writev(46, [{iov_base="\20\1\6\0\20\0\0\0SCREEN_RESOURCES", iov_len=24}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 24 poll([{fd=46,...
For Example: My screen size is 200 * 200, then I move to the position (0, 0) and get the message `{ button: 0, clicks: 0, x: 0, y: 0,...
## Expected Behavior This should behave the same as in the browser, Clicking on DOM should not let it trigger a mouseout/mouseleave event. ## Current Behavior DOM will trigger a...
Shortcuts registered with ioHook.registerShortcut still interact with the host OS (MacOS), in addition to triggering the respective Electron event. E.g. CTRL + ALT + 1 will change the selected file...
Application crash when switching from Russian mnemonic keyboard to english. ## Expected Behavior Application should not crash when switching from Russian mnemonic keyboard to english. ## Current Behavior Run application...
There was an issue made about this already https://github.com/wilix-team/iohook/issues/175, but the OP never gave more information. This basically means that the event "mousedown" and "mouseup" get fired at the same...
When using the 'keydown' event to capture a combination like 'ctrl alt del', the combination is captured, but when you come back from the lock screen, every event has ctrl...
Hey, I am wondering if you know what patches from libuiohook you guys have applied locally. I am asking because I am working on the upstream project right now and...