Ahmed Elshafey
Ahmed Elshafey
@jopemachine it'll be some time before I get around to electron 12 and 13 but do provide more information if you can, such as if this behavior is the same...
@jopemachine thank you. It seems that for this particular use you need `keydown` event. If I'm mistaken about that then you might want to try `keypress` event instead. It will...
Is this still an issue and can someone provide repro environment details?
Marked as feature. This could be implemented by getting the map from the OS, not sure if there is a cross-os way to do this but hopefully there is.
Closing as resolved.
@abacaj I thought it would've been fixed since then. Reopening. EDIT: Can you tell me your environment and versions?
I can't reproduce this yet so I just need more info. You say it appears after you close the electron window, I'm assuming it's still docked at that point? Do...
> We ended up with removing iohook at all from our desktop app, luckily we were able to measure activity level with electron built in idle API, For future reference,...
The reason I couldn't replicate this is because I've been using iohook in renderer. I can replicate with your example now. There are so many issues on all platforms in...
> I get this warning when trying it in renderer: > > ``` > Electron: Loading non-context-aware native module in renderer: '/Users/antonb/personal/iohook-sample/node_modules/iohook/builds/electron-v87-darwin-arm64/build/Release/iohook.node'. This is deprecated, see https://github.com/electron/electron/issues/18397. > ``` >...