View Single Post
Old 12-02-2024, 08:34 AM   #1
codexveritas
Junior Member
codexveritas began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2024
Device: paperwhite 6.8 jailbroken, nook brnv700 alternate firmware
Can't get keybindings to work

I am using custom or alternate firmware on a brnv700 nook glowlight plus (I guess it is an android device with custom firmware now):

https://github.com/Ryogo-X/nook_ntx_6sl_twrp/releases

I have pushed these files to /sdcard/kOreader/settings :

Quote:
event_map.lua :

return {

[192] = "RPgBack", -- Nook Left Page Back (left lower button)

[191] = "RPgFwd", -- Nook Left Page Forward (left upper button)

[193] = "RPgFwd", -- Nook Right Page Forward (right upper button)

[194] = "RPgBack", -- Nook Right Page Back (right lower button) }
Quote:
return {

[192] = "LPgBack", -- Nook Left Page Back (left lower button)

[191] = "LPgFwd", -- Nook Left Page Forward (left upper button)

[193] = "LPgFwd", -- Nook Right Page Forward (right upper button)

[194] = "LPgBack", -- Nook Right Page Back (right lower button)

}
Neither works I got the page turn button numbers from getevent in adb converted hex to decimal. This is really annoying as I want the physical page turn buttons to work
codexveritas is offline   Reply With Quote