View Single Post
Old 09-20-2014, 06:46 AM   #1715
Vax
Junior Member
Vax began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2014
Device: Kobo Aura HD
Question

Quote:
Originally Posted by embryo View Post
A way to do this is by editing the file defaults.lua
There is a section for zones.
I think you are interested in the first line (DTAP_ZONE_MENU).
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}
I don't know about long press though...
Thanks for this quick help!

Do you know how to disable long press altogether?
Vax is offline   Reply With Quote