aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-27 11:02:06 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-27 11:08:09 +0200
commit888fba907eba13ee6a30bf7169d4d96af5b443a5 (patch)
tree1703ab0dd0d52e80bde4bc44dae6a22156f36755 /README.md
parentb07cca0bb59300fe193015f1a8361448af72d05b (diff)
Implement pgup/pgdown/home/end keys
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 260b320..f6db7e0 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,10 @@ echo -e "hello\nworld" | QuickMedia dmenu
## Installation
If you are running arch linux then you can install QuickMedia from aur (https://aur.archlinux.org/packages/quickmedia-git/), otherwise you will need to use [sibs](https://git.dec05eba.com/sibs/) to build QuickMedia manually.\
## Controls
-Press `arrow up` and `arrow down` to navigate the menu and also to scroll to the previous/next image when viewing manga in scorll mode. Alternatively you can use the mouse scroll to scroll to the previous/next manga in scroll mode.\
+Press `Arrow up` or `Arrow down` to navigate the menu and also to scroll to the previous/next image when viewing manga in scroll mode. Alternatively you can use the mouse scroll to scroll to the previous/next manga in scroll mode.\
+Press `Arrow left` or `Arrow right` to switch tab.\
+Press `Page up` to scroll up and entire page or `Page down` to scroll down an entire page.\
+Press `Home` to scroll to the top or `End` to scroll to the bottom.\
Press `Enter` (aka `Return`) to select the item.\
Press `ESC` to go back to the previous menu.\
Press `Ctrl + F` to switch between window mode and fullscreen mode when watching a video.\