1j01 / tracky-mouse

Mouse control via head tracking, as a cross platform desktop app and JS library. eViacam alternative.
https://trackymouse.js.org/
MIT License
25 stars 4 forks source link

Global toggle shortcut doesn't work on macOS #3

Closed 1j01 closed 2 years ago

1j01 commented 2 years ago

The app is supposed to pause/resume when you press F9, globally.

F9 works as a global shortcut in Serenade (another Electron app), if I configure it, so it should be able to work.

And it doesn't get an error when registering the shortcut...

1j01 commented 2 years ago

I think it's just the lag that is preventing this from working: see #7

Also, I added another way to pause the app's control over the mouse — simply move your mouse manually.