Open Gedzio opened 1 day ago
Is there any option to override Controle Mouse behavior? (not zoom and not legacy)
There is an event tap implemented for windows but unfortunately it causes input lag: https://github.com/talonvoice/talon/issues/298#issuecomment-832952244
I probably won't revisit it until python nogil lands, because we can avoid the thread blocking then.
No, there's generally no public api for messing with the eye tracking behavior.
thank you very much for an answer
hey, i tried to play with scripts
eye_zoom_mouse.py
andeye_mouse.py
in this scripts there are invocationsbut the application never enters to on_click or on_key functions I'm testing on windows10 (talon runs as an administrator and as a regular user)
it leads to many issues like: after the first mouse click
self.clicking
is always true because this function never changes it