diff options
| author | Teddy Wing | 2021-03-20 00:44:15 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-20 00:54:05 +0100 |
| commit | 0f4011c3d0b787547134553feb1356a404c0a495 (patch) | |
| tree | 250dc61a2d2d21ac47c6eaba1f189116975f7963 | |
| parent | 4e8a20800df3eb78d65d5ea29b22ce0acdf1daf7 (diff) | |
| download | netflix-esc-0f4011c3d0b787547134553feb1356a404c0a495.tar.bz2 | |
README: Add documentation for new `h` and `l` shortcuts
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -9,6 +9,8 @@ Shortcuts: |-----------------------|-------------------------------------------| | `<Escape>` or `<C-[>` | Close info modal | | `i` | Open info modal when hovering over a tile | +| `h` | Page left on the hovered row | +| `l` | Page right on the hovered row | ## Install @@ -17,8 +19,8 @@ detailed explanation][2] is available on the Greasemonkey wiki. ## License -Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included -COPYING file). +Copyright © 2020–2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the +included COPYING file). [1]: https://raw.githubusercontent.com/teddywing/netflix-esc/master/netflix-esc.user.js |
