I use Koreader on my Kobo Mini and want to change the settings so a tap anywhere pages forward, in the rare occasion I need to page back I still can swipe.
I tried to change frontend\ui\reader\readerpaging.lua, function ReaderPaging:initGesListener(), and there the x,y,w,h-values for TapForward (use whole screen, x = 0, y = 0, w = Screen:getWidth(), h = Screen:getHeight()) and TapBackward (use just one pixel, and that just only since I have to put something there)
But it does not work, looks to me as if these settings were not used. I use page, not scroll.
Am I doing something wrong here?
I am aware that I might get into trouble selecting the two menus, but right now my problem is that my changes do not have any effect at all...
|