View Single Post
Old 05-02-2019, 05:25 PM   #8
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by Pajamaman View Post
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.
ilovejedd is offline   Reply With Quote