Quote:
Originally Posted by favero_
Quick question (I apologize if this is not the place): is there a way to change in KOReader the sensitivity/thickness activation area for the swipe gestures? Sometimes I swipe to turn pages near-ish the bottom of the screen and ends up activating the action I set for "swipe left from the bottom".
Thank you!
|
In advanced settings there's a value, DSWIPE_ZONE_BOTTOM_EDGE, which I think MIGHT do what you're looking for. If you change it, I'd be careful to note what you changed it to in case you need to restore it -- consider backing up your config files first.
The default has y = 7/8, which I means that the swipe zone is the bottom 1/8 of the screen. If you change it to something like 15/16, for example, I think from looking at the code that the bottom of screen swipe region will be half the size since it's the last 1/16 of the screen instead of the bottom 1/8 of the screen.