From 5904e116a3bb42d092e6d76f84f407b04116891b Mon Sep 17 00:00:00 2001 From: Michael Main Date: Sun, 5 Nov 2023 21:40:52 -0600 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index a3be5b4..76e6ffd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,42 @@ Dub Editor is a tool for creating/managing clips for Rifftrax the Game and What https://www.youtube.com/watch?v=0uadv6v8-VY&ab_channel=TheTrueKingOfSpace +## Keyboard Shortcuts + +|------------|---------------| +| Arrow Up | prev sub/clip | +|------------|---------------| +| Arrow Down | next sub/clip | +|------------|---------------| +| Arrow Left | rw 1s | +|------------|---------------| +| Arrow Right| ffw 1s | +|------------|---------------| +| ; | rw 1 frame | +|------------|---------------| +| ' | ffw 1 frame | +|------------|---------------| +| \[ | go to in | +|------------|---------------| +| \] | go to out | +|------------|---------------| +| i | set in | +|------------|---------------| +| o | set out | +|------------|---------------| +| w | go up row | +|------------|---------------| +| s | go down row | +|------------|---------------| +| e | edit sub | +|------------|---------------| +| t | edit type | +|------------|---------------| +| v | edit voice | +|------------|---------------| +| space | play/pause | +|------------|---------------| + ## How to Test Development Make sure to run the following to install all of the dependencies.