docs: update help panel with speed and export shortcuts

This commit is contained in:
accusys
2026-03-19 02:21:07 +08:00
parent f6b1802021
commit f6fc120bbd

View File

@@ -867,6 +867,8 @@ fn run(config: &Config) -> Result<()> {
"Home Jump to start", "Home Jump to start",
"End Jump to end", "End Jump to end",
"Left/Right Frame step (Shift for 1 sec)", "Left/Right Frame step (Shift for 1 sec)",
"<,> Speed control",
"P Reset speed",
"", "",
"=== Display ===", "=== Display ===",
"S Toggle subtitles", "S Toggle subtitles",
@@ -877,6 +879,7 @@ fn run(config: &Config) -> Result<()> {
"+/- Zoom in / out", "+/- Zoom in / out",
"0 or ` Reset zoom", "0 or ` Reset zoom",
"Arrow keys Pan when zoomed", "Arrow keys Pan when zoomed",
"E Export current frame",
"", "",
"=== Search ===", "=== Search ===",
"/ Open search panel", "/ Open search panel",