View Single Post
Old 08-29-2024, 11:05 AM   #186
silvern0va
Member
silvern0va began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
Quote:
Originally Posted by lumping-sugar66 View Post
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.
Unfortunately that's not working either. Here's all the options I've tried.
prevPage EV_MSC SCANCODE 0xc00b5
nextPage EV_MSC SCANCODE 0xc00b6
nextPage EV_MIS SCANCODE c00b5
nextPage EV_MIS SCANCODE c00e9
nextPage EV_MIS SCANCODE c0040
nextPage EV_MIS SCANCODE c0046
prevPage EV_MIS SCANCODE c00b6
prevPage EV_MIS SCANCODE c00ea
prevPage EV_MIS SCANCODE c0030
nextPage EV_KEY SCANCODE c00b5
nextPage EV_KEY SCANCODE c00e9
nextPage EV_KEY SCANCODE c0040
nextPage EV_KEY SCANCODE c0046
prevPage EV_KEY SCANCODE c00b6
prevPage EV_KEY SCANCODE c00ea
prevPage EV_KEY SCANCODE c0030
nextPage 4 4 c00b5
nextPage 4 4 c00e9
nextPage 4 4 c0040
nextPage 4 4 c0046
prevPage 4 4 c00b6
prevPage 4 4 c00ea
prevPage 4 4 c0030
nextPage EV_ABS ABS_X 512
prevPage EV_ABS ABS_X 3328
prevPage EV_KEY KEY_ESC 1
prevPage EV_KEY KEY_VOLUME_DOWN 1
nextPage EV_KEY KEY_VOLUME_UP 1
prevPage EV_KEY KEY_POWER 1
nextPage EV_KEY KEY_MENU 1
nextPage EV_KEY KEY_NEXTSONG 1
prevPage EV_KEY KEY_PREVIOUSSONG 1
nextPage EV_KEY KEY_HOMEPAGE 1
nextPage EV_ABS ABS_X 2047
nextPage EV_ABS ABS_Y 2047
nextPage EV_ABS ABS_X 1024
prevPage EV_ABS ABS_Y 512
nextPage EV_MSC MSC_SCAN 0xc0030
prevPage EV_MSC MSC_SCAN 0xc0046
prevPage EV_KEY KEY_ESC 0
prevPage EV_KEY KEY_VOLUME_DOWN 0
nextPage EV_KEY KEY_VOLUME_UP 0
prevPage EV_KEY KEY_POWER 0
nextPage EV_KEY KEY_MENU 0
nextPage EV_KEY KEY_NEXTSONG 0
prevPage EV_KEY KEY_PREVIOUSSONG 0
nextPage EV_KEY KEY_HOMEPAGE 0
nextPage EV_KEY 115 0
nextPage EV_KEY 115 1

I think this page turner is just too complex and annoying to properly work with the plugin? I'm looking for other options but I already have the other remote that clips on, I was just looking for something smaller and more convenient. It should not be this hard to find a ring with two button inputs and bluetooth but here we are!

Last edited by silvern0va; 08-29-2024 at 11:07 AM.
silvern0va is offline   Reply With Quote