From 087155b0a661e06537d40dcb690c9386ceadaa6f Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Fri, 5 Mar 2021 19:47:00 +0000 Subject: [PATCH] Created Change Next Page / Previous Page touch targets (markdown) --- Change-Next-Page---Previous-Page-touch-targets.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Change-Next-Page---Previous-Page-touch-targets.md diff --git a/Change-Next-Page---Previous-Page-touch-targets.md b/Change-Next-Page---Previous-Page-touch-targets.md new file mode 100644 index 0000000..ce063ba --- /dev/null +++ b/Change-Next-Page---Previous-Page-touch-targets.md @@ -0,0 +1,12 @@ +By default, KOReader assigns "Next Page" to tapping the right of the screen, and "Previous Page" to the left of the screen. Some users may prefer to touch the bottom of the screen for the next page, and top for the previous page. + +Here's how to adjust that setting in the 2021 version of KOReader: + +1. In the book selection screen (*not* when reading a book) tap the top of the screen to bring up the menu bar, then press 🛠️ for Tools
+1. At the bottom of the menu, scroll across to page 2
+1. Select "More Tools"
+1. Select "Advanced Settings"
+1. Read the big scary warning message and press "OK"
+1. Scroll along until you find "`DTAP_ZONE_BACKWARD`". Tap on it, and edit the values to read `h=0.5 w=1 x=0 y=0`
+1. For "`DTAP_ZONE_FORWARD`", set the values to `h=0.5 w=1 x=0 y=0.5`"
+1. Press the "X" in the top right corner, and restart KOReader. \ No newline at end of file