The function to disable/enable the trackball #598
Unanswered
CHBrianLiu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team!
I am looking for functions to disable and enable the trackball feature. The idea is to disable the trackball in layers other than mouse, and enable it when in mouse layer.
Currently, I use
keyball_set_cpi(1)
to make the sensitivity to the lowest value allowed, but it would be great if I can disable it completely.Current workaround
Beta Was this translation helpful? Give feedback.
All reactions