From c3819073118488ffef5482957758d65be8c33cec Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 13 Mar 2022 05:19:37 +0100 Subject: Attempt to fix video player focus, add keys to navigate to previous/next chapter in image scroll view --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 859a192..2d88ade 100644 --- a/README.md +++ b/README.md @@ -82,18 +82,22 @@ Type text and then wait and QuickMedia will automatically search.\ ### Local anime search page controls `Ctrl+R`: Mark the anime as watched/unwatched. ### Manga page view controls -`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).\ +`Arrow up`/`Ctrl+K`: Go to the previous page (or chapter if the current page is the last one).\ +`Arrow down`/`Ctrl+J`: Go to the next 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.\ +`Ctrl+Arrow up`/`Ctrl+Alt+K`: Go to the previous chapter.\ +`Ctrl+Arrow down`/`Ctrl+Alt+J`: Go to the next chapter.\ `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 `Arrow up`/`Ctrl+K`: Move up.\ `Arrow down`/`Ctrl+J`: Move down.\ `Mouse scroll`/`Middle mouse click+Move mouse`: Smoothly scroll.\ +`Ctrl+Arrow up`/`Ctrl+Alt+K`: Go to the previous chapter.\ +`Ctrl+Arrow down`/`Ctrl+Alt+J`: Go to the next chapter.\ `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. ### Manga chapters controls -- cgit v1.2.3