aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-05 19:25:30 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-05 19:25:30 +0200
commitfaf6c3bce363ec00fb3d24699c1adeb02193f1b7 (patch)
treee41aa1e60cde6fdabd1c2c357b2ba948a5909f9b /README.md
parent1e1ae09e047038b8c09a74c4734e8dd46eb1ce81 (diff)
Add missing left/right movement control in doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4945236..75ad9ca 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,11 @@ Type text and then wait and QuickMedia will automatically search.\
`Esc`: Go back to the previous page or close QuickMedia if there is no previous page.\
`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.\
+`Left`/`Ctrl+H`: Move left.\
+`Right`/`Ctrl+L`: Move right.\
+`Ctrl+Left`/`Ctrl+Alt+H`/`Ctrl+Shift+Tab`: Select the tab to the left.\
+`Ctrl+Right`/`Ctrl+Alt+L`/`Ctrl+Tab`: Select the tab to the right.\
+`Ctrl+1 to 9`: Select the specified tab.\
`Home`: Scroll to the top (the first item).\
`End`: Scroll to the bottom (the last item).\
`Page up`: Scroll up an entire page.\