Mouse wake enables controls mouse and no zoom#1998
Mouse wake enables controls mouse and no zoom#1998mpinkert wants to merge 2 commits intotalonhub:mainfrom
Conversation
This behavior was extremely confusing, we're telling talon to `sleep all` would shut everything off but having it wake up from that with `welcome_back` would only activate zoom mode on the mouses. It took me several minutes to realize this unusual behavior. The function descriptor was totally incorrect because it did not actually enable controlling the mouse, it only enabled the zoom. I think most users are going to want to default to waking up to having control over the mouse and not having zoom mode enabled; while zoom mode is useful, I think most users would use the control setting most of the time.
|
From the community backlog session — neither of us on the call this week used eye tracking frequently. Could someone else take a look at this? |
|
From the community backlog session — there are now so many different control mouse and zoom mouse options available that there is no "one size fits all" option. We would recommend you declare a variable to save the eye tracking modes enabled (control mouse, zoom mouse, etc., returned by the |
nriley
left a comment
There was a problem hiding this comment.
Please see above request.
I implemented this here: #2082 |
This behavior was extremely confusing, where telling talon to
sleep allwould shut everything off but having it wake up from that withwelcome_backwould only activate zoom mode on the mouse. It took me several minutes to realize this unusual behavior.I think most users are going to want to default to waking up to having control over the mouse and not having zoom mode enabled; while zoom mode is useful, I think most users would use the control setting most of the time.