aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2021-01-31 05:02:34 +0700
committerbenadha <benawiadha@gmail.com>2021-01-31 05:02:34 +0700
commit146d4edd1e41202e316119d5b5957f20c6bb8778 (patch)
treebdff5b7f408a505af5d9c72602737a95b276ded9 /README.md
parent698083d90737912a75abe08d45c2d3a10c3facb3 (diff)
downloadepy-146d4edd1e41202e316119d5b5957f20c6bb8778.tar.gz
Mouse support
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a0b1586..71806cc 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,15 @@ $ pip3 install git+https://github.com/wustho/epy
When reading using `epy` you might occasionally find triple asteriks `***`.
That means you reach the end of some section in your ebook and the next line (right after those three asteriks, which is in new section) will start at the top of the page.
This might be disorienting, so the best way to get seamless reading experience is by using next-page control (`space`, `l` or `Right`) instead of next-line control (`j` or `Down`).
+
+# Using Mouse
+
+| Key | Action |
+| --- | --- |
+| `Left Click` (right side of screen) | next page |
+| `Left Click` (left side of screen) | prev page |
+| `Right Click` | ToC |
+| `Scroll Up` | scroll up |
+| `Scroll Down` | scroll down |
+| `Ctrl` + `Scroll Up` | increase text width |
+| `Ctrl` + `Scroll Down` | decrease text width |