wilix-team / iohook

Node.js global keyboard and mouse listener.
https://wilix-team.github.io/iohook
MIT License
1.2k stars 291 forks source link

mac OS Press the “Caps Lock” key and the application will crash #381

Open dabinghao123 opened 2 years ago

dabinghao123 commented 2 years ago

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

kiritnarain commented 2 years ago

This is a known issue with loading ioHook in the electron main process. Try loading it in the electron renderer process.

VolitationXiaoXing commented 2 years ago

I have the same problem, How to solve it?

parth-sarvadhi commented 2 years ago

I'm facing the same problem with my electron app. @dabinghao123 @kiritnarain @VolitationXiaoXing Can we resolve it by using different versions?

jiangxuzh commented 2 years ago

I have the same problem~