Please help.
I do not like the location of touch zones in Koreader,
I changed the line
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 1/4, h = 1}
to
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 0, h = 0}
to cancel the undo in this area.
Hint how to edit this line:
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 1}
so you can change the pages forward in the currently inactive reversing field.
That is, to change the page forward in place of page backward.
|