From 9539a71dbeafdc4107d3b92eefada332ee45579a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 7 Feb 2022 02:33:11 +0100 Subject: 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 --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'README.md') 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.\ -- cgit v1.2.3