Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 10-15-2016, 08:23 AM   #1
nickie_twisp
Member
nickie_twisp began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Nov 2014
Device: Pocketbook 632 Touch HD 3
Previous page on bottom right corner?

Hi. Please, it is possible setup Koreader that the lower right portion of the display act as a link to a previous page? It would be useful in holding the reader with one (right) hand.

My reader is Pocketbook Touch Lux 2.

Thank you very match.
Tom.
nickie_twisp is offline   Reply With Quote
Old 10-15-2016, 11:50 AM   #2
MicaOlaAdams
Member
MicaOlaAdams began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Oct 2016
Device: Kobo Aura One
Hi Tom,

you can adjust tap behaviour in KOReaders koreader/defaults.lua file.

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/4}
DTAP_ZONE_CONFIG = {x = 0, y = 0, w = 0, h = 0}
DTAP_ZONE_MINIBAR = {x = 0, y = 15/16, w = 1, h = 1/16}
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 1}
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 1/4, h = 1}
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}
DDOUBLE_TAP_ZONE_NEXT_CHAPTER = {x = 6/8, y = 0, w = 2/8, h = 2/8}
DDOUBLE_TAP_ZONE_PREV_CHAPTER = {x = 0, y = 0, w = 2/8, h = 2/8}
Changing
Code:
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 1}
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 1/4, h = 1}
to
Code:
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 3/4}
DTAP_ZONE_BACKWARD = {x = 1/4, y = 3/4, w = 3/4, h = 1/4}
should do the trick.

If you want those settings to stay persistent between updates put those lines of code to koreader/defaults.persistent.lua instead.
MicaOlaAdams is offline   Reply With Quote
Advert
Old 10-15-2016, 02:38 PM   #3
nickie_twisp
Member
nickie_twisp began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Nov 2014
Device: Pocketbook 632 Touch HD 3
WOW WOW WOW. Thank you very match.
nickie_twisp is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Position text bottom right corner JLius ePub 15 05-24-2014 02:04 PM
[M92] "New" PDF Reader makes the bottom left corner menu slow machinogodzilla Onyx Boox 0 05-08-2013 07:25 AM
REMAP previous page button to next page rathaniel Kindle Developer's Corner 17 03-25-2013 03:02 AM
Page goes back to previous haino More E-Book Readers 2 07-04-2010 04:04 PM
Ghosting of previous page? bobby Sony Reader 7 12-11-2006 03:29 PM


All times are GMT -4. The time now is 01:32 PM.


MobileRead.com is a privately owned, operated and funded community.