iohook
iohook copied to clipboard
Node.js global keyboard and mouse listener.
## 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...
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....
``` 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...
Is it possible to get the caret (text cursor) position on a `keydown` event?
Need way for optional prevent event broadcasting. Something like: ```js iohook.on('keyup', (event) => { event.preventDefault(); }); ``` Or equal method
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...
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)....
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?
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); //...
Please Support new versions of electron