From f6fc120bbdbb08ea1e6a128abdfb557d66bedd0d Mon Sep 17 00:00:00 2001 From: accusys Date: Thu, 19 Mar 2026 02:21:07 +0800 Subject: [PATCH] docs: update help panel with speed and export shortcuts --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index 996e407..30e79cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -867,6 +867,8 @@ fn run(config: &Config) -> Result<()> { "Home Jump to start", "End Jump to end", "Left/Right Frame step (Shift for 1 sec)", + "<,> Speed control", + "P Reset speed", "", "=== Display ===", "S Toggle subtitles", @@ -877,6 +879,7 @@ fn run(config: &Config) -> Result<()> { "+/- Zoom in / out", "0 or ` Reset zoom", "Arrow keys Pan when zoomed", + "E Export current frame", "", "=== Search ===", "/ Open search panel",