Quote:
Originally Posted by Pajamaman
On a Kindle/Kobo you can install Koreader and Coolreader. Coolreader allows full touch-zone customization. I think in theory Koreader can be set to do something similar, but I haven't tried it.
|
defaults.persistent.lua
Code:
-- customizable tap zones(rectangles)
-- x: x coordinate of top left corner in proportion of screen width
-- y: y coordinate of top left corner in proportion of screen height
-- w: width of tap zone in proportion of screen width
-- h: height of tap zone in proportion of screen height
DTAP_ZONE_MENU = {x = 1/8, y = 0, w = 3/4, h = 1/8}
DTAP_ZONE_CONFIG = {x = 3/8, y = 7/8, w = 1/4, h = 1/8}
DTAP_ZONE_MINIBAR = {x = 3/8, y = 31/32, w = 1/4, h = 1/32}
DTAP_ZONE_FORWARD = {x = 0, y = 0, w = 1, h = 1}
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 0, h = 0}
DTAP_ZONE_BOOKMARK = {x = 7/8, y = 0, w = 1/8, h = 1/8}
DTAP_ZONE_FLIPPING = {x = 0, y = 0, w = 1/8, h = 1/8}
One nice thing about KOReader is progress syncing between devices has been pretty seamless for me. Along with same controls/tap zones, makes using multiple readers easier.