Ctrl+F was wired to focus the VOD filter input — but only when the VODs tab was active. On the Archive tab (added in 4.6.15) Ctrl+F did nothing useful: the browser default find bar was suppressed (Electron renderer doesn't have one anyway) and the app handler didn't have a branch for the archive context. Now Ctrl+F also targets the archiveSearchQuery input when the Archive tab is the active tab. Other tabs (Clips / Cutter / Merge / Stats / Settings) let the shortcut fall through to no-op since they don't have a primary search/filter input. Same input-focus convention as the VODs tab: focus + select-all so the user can immediately type to replace or append. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| build | ||
| docs | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README_AI_RELEASE.md | ||
| tsconfig.json | ||