diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-05 19:25:30 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-05 19:25:30 +0200 |
commit | faf6c3bce363ec00fb3d24699c1adeb02193f1b7 (patch) | |
tree | e41aa1e60cde6fdabd1c2c357b2ba948a5909f9b | |
parent | 1e1ae09e047038b8c09a74c4734e8dd46eb1ce81 (diff) |
Add missing left/right movement control in doc
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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.\ |