SnosMe / uiohook-napi

MIT License
162 stars 37 forks source link

With Electron, title bar menu is not responsive when clicked #14

Open Jannchie opened 2 years ago

Jannchie commented 2 years ago

Thanks for maintaining this project! I am using this project with electron. I found a problem:

when started listening (uIOhook.start();), right-clicking on the title bar, the click on the menu content will most likely not respond.

Is anyone else experiencing the same problem?

lmk123 commented 2 years ago

I have not encountered this problem. After starting my App, I tried clicking on the right click menu in the title bar of Chrome browser and everything works fine, e.g. "Open new tab".

BTW, I'm using uiohook-napi in the main process.

My environment:

Jannchie commented 2 years ago

I have not encountered this problem. After starting my App, I tried clicking on the right click menu in the title bar of Chrome browser and everything works fine, e.g. "Open new tab".

BTW, I'm using uiohook-napi in the main process.

My environment:

  • macOS: 12.4 (arm64)
  • Electron: 19.0.4
  • uiohook-napi: 1.2.0

Ah, I'm using windows, it is most likely system related.