-
Notifications
You must be signed in to change notification settings - Fork 114
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
How can I see device mode? #235
Comments
What does |
So in this case i dont see any device mode information, so its different than libinput debug-events. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a wacom expresskey, it hs 3 leds, and a mode button. With the mode button i can change which mode led lights up.
When I use libinput debug-events, I can see the mode:
event3 TABLET_PAD_BUTTON +2.128s 0 pressed (mode 0)
event3 TABLET_PAD_BUTTON +2.356s 0 released (mode 0)
event3 TABLET_PAD_BUTTON +2.780s 0 pressed (mode 1)
event3 TABLET_PAD_BUTTON +3.040s 0 released (mode 1)
event3 TABLET_PAD_BUTTON +3.916s 0 pressed (mode 2)
event3 TABLET_PAD_BUTTON +4.124s 0 released (mode 2)
However, I cant seem to read the mode from python code. Is it possible?
The text was updated successfully, but these errors were encountered: