-
Notifications
You must be signed in to change notification settings - Fork 0
Set eye tracking mode without voice commands or using mouse #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can add my use case. I primarily use the eye tracker to reduce the strain on my wrist of mousing across a large screen. However, when doing precision work, the tracker tends to get in the way. The jittery cursor is distracting and I have to toggle it on/off. I would love either a keyboard shortcut or some other non-voice way to toggle the tracker on/off. |
I wonder if this can be done using the repl - if so, users such as groundwater and I could write our own small script which piped some text into a repl process ( Update: Figured this out! To run calibration: |
I'm leaving this open, as that's not considered a public / stable API as per the linked issues. I will create actions to do this properly before closing this issue. |
Also you should pipe stuff to |
In Talon 0.3, you can bind hotkeys on all operating systems, and use the tracking actions to control all of the mouse modes. I'm calling this done. For example:
See |
It would be useful to be able to use the eye tracking feature without the speech recognition, and also to not require the use of an actual mouse to enable eye tracking.
Possible use cases:
This could be implemented by having a script called e.g.
set_eye_tracking_state
and which took as input on the command line different eye tracking actions such asrun_calibration
orcontrol_mouse
- corresponding to the options in the talon menu under "Eye tracking"The text was updated successfully, but these errors were encountered: