aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-07 02:33:11 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-07 02:33:11 +0100
commit9539a71dbeafdc4107d3b92eefada332ee45579a (patch)
tree65b8ceb183ee939f9684a783a40fc0f8fe5fd860 /README.md
parent9f12d8a7f6e4cdf0cb95130b69da2b368cc9cbb5 (diff)
Manga: fix crashes when navigating from/to creators page/bookmarks page (shared ptr deinit in non-main thread deiniting gl resources in non main thread), add pgup/pgdown/home/end to navigate manga faster
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index 6fd692d..7b0f8e8 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ If you are running arch linux then you can install QuickMedia from aur (https://
Type text and then wait and QuickMedia will automatically search.\
`Enter`: Go to the page in the selected item.\
`Esc`: Go back to the previous page or close QuickMedia if there is no previous page (for all plugins except matrix).\
-`Up`/`Ctrl+K`: Move up.\
-`Down`/`Ctrl+J`: Move down.\
+`Arrow up`/`Ctrl+K`: Move up.\
+`Arrow down`/`Ctrl+J`: Move down.\
`Left`/`Ctrl+H`: Move left.\
`Right`/`Ctrl+L`: Move right.\
`Ctrl+Left`/`Ctrl+Alt+H`/`Ctrl+Shift+Tab`: Select the tab to the left.\
@@ -75,13 +75,17 @@ Type text and then wait and QuickMedia will automatically search.\
### Manga search/history/chapters page controls
`Ctrl+B`: Bookmark the selected manga. If the manga is already bookmarked then its removed from bookmarks.
### Manga page view controls
-`Up`/`Ctrl+K`: Go to the next page (or chapter if the current page is the last one).\
-`Down`/`Ctrl+J`: Go to the previous page (or chapter if the current page is the first one).\
+`Arrow up`/`Ctrl+K`: Go to the next page (or chapter if the current page is the last one).\
+`Arrow down`/`Ctrl+J`: Go to the previous page (or chapter if the current page is the first one).\
+`Page up`: Go back 10 pages.\
+`Page down`: Go forward 10 pages.\
+`Home`: Go to the first page.\
+`End`: Go to the last page.\
`F`: Toggle between scaling the image to the window size or only down scaling if the image is too large.\
`I`: Switch to scroll view.
### Manga scroll view controls
-`Up`/`Ctrl+K`: Move up.\
-`Down`/`Ctrl+J`: Move down.\
+`Arrow up`/`Ctrl+K`: Move up.\
+`Arrow down`/`Ctrl+J`: Move down.\
`Mouse scroll`/`Middle mouse click+Move mouse`: Smoothly scroll.\
`F`: Toggle between scaling the image to the window size or only down scaling if the image is too large.\
`I`: Switch to page view.
@@ -114,8 +118,8 @@ Type text and then wait and QuickMedia will automatically search.\
#### Message input controls
`Esc`: Stop typing (also clears the input text).\
`Enter`: Post message.\
-`Up`: Go to the previous line.\
-`Down`: Go to the next line.\
+`Arrow up`: Go to the previous line.\
+`Arrow down`: Go to the next line.\
`Left`: Go to the previous character.\
`Right`: Go to the next character.\
`Ctrl+Left`: Go to the previous word.\