diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-05 19:22:26 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-05 19:22:26 +0200 |
commit | 1e1ae09e047038b8c09a74c4734e8dd46eb1ce81 (patch) | |
tree | 6a3cdd9779fd8c013c6e5dfdd0fd8a9eaa0e95a8 | |
parent | 184d32c09c50d7aa6a8d555bf5148a468c3d48e1 (diff) |
Update controls
-rw-r--r-- | README.md | 35 |
1 files changed, 18 insertions, 17 deletions
@@ -27,10 +27,10 @@ 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.\ -`Arrow up`/`Ctrl+K`: Move up.\ -`Arrow down`/`Ctrl+J`: Move down.\ -`Ctrl+Arrow left`/`Ctrl+Alt+H`/`Ctrl+Shift+Tab`: Move left.\ -`Ctrl+Arrow right`/`Ctrl+Alt+L`/`Ctrl+Tab`: Move right.\ +`Up`/`Ctrl+K`: Move up.\ +`Down`/`Ctrl+J`: Move down.\ +`Ctrl+Left`/`Ctrl+Alt+H`/`Ctrl+Shift+Tab`: Move left.\ +`Ctrl+Right`/`Ctrl+Alt+L`/`Ctrl+Tab`: Move right.\ `Ctrl+1 to 9`: Switch to the specified tab.\ `Home`: Scroll to the top (the first item).\ `End`: Scroll to the bottom (the last item).\ @@ -50,13 +50,13 @@ Type text and then wait and QuickMedia will automatically search.\ ### Youtube channel controls `Ctrl+T`: Subscribe/Unsubscribe from the channel. ### 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).\ +`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).\ `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.\ +`Up`/`Ctrl+K`: Move up.\ +`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. @@ -73,21 +73,22 @@ 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.\ -`Alt+Arrow up`/`Ctrl+Alt+K`: Select the room above the currently selected room.\ -`Alt+Arrow down`/`Ctrl+Alt+J`: Select the room below the currently selected room.\ +`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.\ `Alt+End`: Select the last room in the room list. #### Message input controls `Esc`: Stop typing (also clears the input text).\ `Enter`: Post message.\ -`Arrow up`: Go to the previous line.\ -`Arrow down`: Go to the next line.\ -`Arrow left`: Go to the previous character.\ -`Arrow right`: Go to the next character.\ -`Ctrl+Arrow left`: Go to the previous word.\ -`Ctrl+Arrow right`: Go to the next word.\ +`Up`: Go to the previous line.\ +`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.\ +`Ctrl+Right`: Go to the next word.\ `Ctrl+V`: Paste clipboard content into the message input.\ -`Ctrl+D`: Clear the input text. +`Ctrl+D`: Clear the input text.\ +`@`: Start searching for a user to mention.\ #### Server search page controls `Ctrl+Enter`: Use the server specified in the search input.\ ### 4chan thread controls |