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 It should not crash ## Current Behavior The moment the module is called the whole App crashes and there is no error log. This guy #227 seems...

bug
wontfix

Iohook stopped in windows platform. The scenario in detail: Iohook is supported with electron js environment. But somehow It's not working in windows platform with the use of electron js....

bug
windows
investigating

``` pnpm rebuild --reporter=ndjson ``` ``` let mainPath = Array(attempts).join("../"); try { const content = fs.readFileSync(path.join(__dirname, mainPath, 'package.json'), 'utf-8'); const packageJson = JSON.parse(content); const opts = packageJson.iohook || {}; if...

awaiting feedback
investigating

Is it possible to get the caret (text cursor) position on a `keydown` event?

feature

Need way for optional prevent event broadcasting. Something like: ```js iohook.on('keyup', (event) => { event.preventDefault(); }); ``` Or equal method

investigating

As of today, we are unable to get the actual char pressed when using keydown/keyup. Is this correct? Therefore iohook is not substantially appropriate for catching the user input as...

feature

Some users report that the system freezes after using the hotkey function. After analyzing with windbg, I found that it was stuck in load_input_helper (it appeared after iohook.dll was loaded)....

awaiting feedback

Would it be possible to add some kind of configuration to receive at-most on event every n seconds? Without implementing this manually in user-space with lodash.debounce?

feature
question

If you press all the keys of a registered shortcuts while another additional keys are pressed, the shortcut is still triggered. ## Expected Behavior Register two shortcuts: `ioHook.registerShortcut([0x0002], doThis); //...

feature

Please Support new versions of electron