How can I see device mode?
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) <mode toggle>
event3 TABLET_PAD_BUTTON +2.356s 0 released (mode 0) <mode toggle>
event3 TABLET_PAD_BUTTON +2.780s 0 pressed (mode 1) <mode toggle>
event3 TABLET_PAD_BUTTON +3.040s 0 released (mode 1) <mode toggle>
event3 TABLET_PAD_BUTTON +3.916s 0 pressed (mode 2) <mode toggle>
event3 TABLET_PAD_BUTTON +4.124s 0 released (mode 2) <mode toggle>
However, I cant seem to read the mode from python code. Is it possible?
2 条评论