View Single Post
Old 12-13-2018, 09:56 AM   #3
kdusr
Connoisseur
kdusr began at the beginning.
 
kdusr's Avatar
 
Posts: 85
Karma: 13
Join Date: Oct 2016
Location: Mars
Device: KV,KOA2,PW5
Quote:
Originally Posted by encol View Post
try to grep in the dmesg the "page" word
click the page up down button serveal times , and run dmesg | tail -20 find the button event name, it is called :
gpio_keys_gpio_report_event: type=1, code=109,state=1 (page down button)
gpio_keys_gpio_report_event: type=1, code=104,state=1 (page up button)

but how to monitor those event in shell or python?

Last edited by kdusr; 12-14-2018 at 09:56 AM.
kdusr is offline   Reply With Quote