summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-06-27 00:21:31 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-06-27 00:24:22 -0400
commit7e6307c4fe55f9ea80f3985b262990f18f95251a (patch)
tree8f35ee6f0cc83c714940f409cc7aa822efc966c4 /README.md
parent3828165f48d71f5a4be96204a2af3c02b2b9ee0a (diff)
Add additional keybindings
Add <space>, <ctrl-c>, <left-arrow>, and <right-arrow> bindings using hare-vt.
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