aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-09 19:40:19 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-09 19:40:19 +0200
commit9c5cd0ebb51350c05d3fc3496851f43a209f84ec (patch)
tree64b09af13842ed36efefd78f71e77b6ef8e26aba /README.md
parent6d9a07369a9ae20f73cf0d70cdf8b3e0cc06e87d (diff)
Do not require ctrl for vim keys for manga and matrix
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 41784bd..ed8ceb0 100644
--- a/README.md
+++ b/README.md
@@ -83,8 +83,8 @@ 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 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).\
+`Arrow up`/`K`: Go to the previous page (or chapter if the current page is the last one).\
+`Arrow down`/`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.\
@@ -92,8 +92,8 @@ Type text and then wait and QuickMedia will automatically search.\
`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.\
+`Arrow up`/`K`: Move up.\
+`Arrow down`/`J`: Move down.\
`Mouse scroll`/`Middle mouse click+Move mouse`: Scroll smoothly.\
`Home`: Go to the first page.\
`End`: Go to the last page.\
@@ -115,6 +115,8 @@ Type text and then wait and QuickMedia will automatically search.\
`Ctrl+S`: Save the selected file.\
`Ctrl+V`: Uploads the file specified in the clipboard.\
`U`: Bring up the file manager and select a file to upload to the room, `Esc` to cancel.\
+`Arrow up`/`K`: Move up.\
+`Arrow down`/`J`: Move down.\
`Alt+Up`/`Ctrl+Alt+K`: Select the room above the currently selected room.\
`Alt+Down`/`Ctrl+Alt+J`: Select the room below the currently selected room.\
`Alt+Home`: Select the first room in the room list.\
@@ -136,7 +138,9 @@ Type text and then wait and QuickMedia will automatically search.\
`Ctrl+Right`: Go to the next word.\
`Ctrl+V`: Paste clipboard content into the message input.\
`Ctrl+D`: Clear the input text.\
-`@`: Start searching for a user to mention.
+`@`: Start searching for a user to mention.\
+`Arrow up`/`Ctrl+K`: Move up in mentions.\
+`Arrow down`/`Ctrl+J`: Move down in mentions.\
### 4chan thread controls
`Enter`: Show the posts that the selected post replies to and the posts the replied to the selected post.\
`Backspace`: Go back to the previously selected item after selecting it with `Enter`.\