From 832644c6a392cd2af4fdafad4254ddaee1af4316 Mon Sep 17 00:00:00 2001 From: Dan Collins Date: Sun, 19 Jan 2025 20:27:31 -0500 Subject: [PATCH] Add help text for shift+arrow key interactions --- thrimbletrimmer/edit.html | 2 ++ thrimbletrimmer/index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/thrimbletrimmer/edit.html b/thrimbletrimmer/edit.html index ef79512..34297c5 100644 --- a/thrimbletrimmer/edit.html +++ b/thrimbletrimmer/edit.html @@ -30,6 +30,8 @@
  • Number keys (0-9): Jump to that 10% interval of the video (0% - 90%)
  • K or Space: Toggle pause
  • M: Toggle mute
  • +
  • Shift+Left arrow: Back 1 minute
  • +
  • Shift+Right arrow: Forward 1 minute
  • J: Back 10 seconds
  • L: Forward 10 seconds
  • Left arrow: Back 5 seconds
  • diff --git a/thrimbletrimmer/index.html b/thrimbletrimmer/index.html index fe5eab3..a22fdff 100644 --- a/thrimbletrimmer/index.html +++ b/thrimbletrimmer/index.html @@ -22,6 +22,8 @@
  • Number keys (0-9): Jump to that 10% interval of the video (0% - 90%)
  • K or Space: Toggle pause
  • M: Toggle mute
  • +
  • Shift+Left arrow: Back 1 minute
  • +
  • Shift+Right arrow: Forward 1 minute
  • J: Back 10 seconds
  • L: Forward 10 seconds
  • Left arrow: Back 5 seconds