Quote:
Originally Posted by silvern0va
Sorry I don't have the option to edit posts. This will be the last response and hopefully have all the info. I got all the inputs I can do via evtest on my Kobo
Input device name: "D01 Pro"
Supported events:
Event code 115 (VolumeUp)
Event code 116 (Power)
Event code 139 (Menu)
nothing working except for some reason double tapping up is causing it to wake/sleep.
|
try:
nextPage EV_KEY KEY_VOLUMEUP 0
or
nextPage EV_KEY 115 0
I don't know what that hex codes at the end of your commands is supposed to be but the plugin in my case expects 0 or 1 to make the click act either on press or release.