From 9f1a6ff71114f79c241923c8b0a9319db7ed15aa Mon Sep 17 00:00:00 2001 From: jonathan Date: Thu, 11 Jun 2026 16:24:30 +0200 Subject: [PATCH] feat: O key opens the current clip in the full file Extracts the "Open in file" button handler into openClipInFile() and binds O in the shared keydown listener as a keyboard alternative, so clip review never needs the mouse: J/K/U/I to step, O to drop into the full recording for context. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 2 +- README.md | 2 +- webui.html | 15 ++++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4f3fb11..9d72034 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -40,7 +40,7 @@ Dependencies: `requests` (streams), `numpy` + `soundfile` (FLAC output and FLAC `webui.html` (one `