diff options
| author | Teddy Wing | 2020-09-06 14:44:49 +0200 |
|---|---|---|
| committer | Teddy Wing | 2020-09-06 15:06:03 +0200 |
| commit | 164dcc3cbd6a5f6d8a185d50dba435fa46a1e0f5 (patch) | |
| tree | b7fa0b84b05a6fce0fe8d5dec4389a7bba871b40 | |
| parent | 65865afaffdf86af07981c27ff2a1b0199007cba (diff) | |
| download | netflix-esc-164dcc3cbd6a5f6d8a185d50dba435fa46a1e0f5.tar.bz2 | |
Add READMEv0.0.1
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..af54a22 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Netflix Esc +=========== + +A user script that adds keyboard shortcuts to Netflix for faster navigation. + +Shortcuts: + +| Key | | +|-----------------------|-------------------------------------------| +| `<Escape>` or `<C-[>` | Close info modal | +| `i` | Open info modal when hovering over a tile | + + +## Install +Open the [raw script][1] and click “Install” in the resulting dialog. A [more +detailed explanation][2] is available on the Greasemonkey wiki. + + +## License +Copyright © 2020 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 +[2]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts |
