summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28ed234..20a13e9 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,12 @@ for further information.
### TUI key bindings
-- `q`: exit the program
+- `q`, `<Ctrl-C>`: exit the program
- `j`: fast-backward by 10 seconds
-- `k`: pause or resume playback
- `l`: fast-forward by 10 seconds
+- `<left arrow>`: fast-backward by 5 seconds
+- `<right arrow>`: fast-forward by 5 seconds
+- `k`, `<space>`: pause or resume playback
## Contributing