View Single Post
Old 11-10-2018, 04:27 PM   #21
nick2011
Junior Member
nick2011 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2011
Device: Kindle DX+Likebook Mars T80D
Bonjour,
J'aimerais changer les zones de frappe mais je ne trouve pas le fichier defaults.lua dans la version 2018.11.1 pour Android. Pouvez-vous m'aider?
Quote:
Originally Posted by cramoisi View Post
toutes les zones de frappe sont définies par coordonnées dans le gros fichier defaults.lua , il faut y chipoter... Si tu en trouves qui te plaisent, n'oublie pas de rendre le fichier persistant (tu le copies, et tu nommes la copie defaults.persistent.lua)
-- 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 = 1/8, y = 7/8, w = 3/4, h = 1/8}
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}

Last edited by nick2011; 11-10-2018 at 04:29 PM. Reason: typo
nick2011 is offline   Reply With Quote