Skip to content

Sync in-app gui.md: add Export Frame Ctrl+E shortcut#405

Merged
gbeane merged 1 commit into
mainfrom
chore/sync-gui-md-export-frame-shortcut
Jun 19, 2026
Merged

Sync in-app gui.md: add Export Frame Ctrl+E shortcut#405
gbeane merged 1 commit into
mainfrom
chore/sync-gui-md-export-frame-shortcut

Conversation

@gbeane

@gbeane gbeane commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

The two mirrored copies of the GUI user guide had drifted by one line: the online docs/user-guide/gui.md documents the Export Frame keyboard shortcut, but the in-app src/jabs/resources/docs/user_guide/gui.md mirror (shipped as package resources and rendered in the app's help) was missing it. This adds the sentence to the mirror so both copies match.

Verification

  • The shortcut is real: menu_builder.py:229 binds the Export Frame action via QKeySequence("Ctrl+E") (rendered ⌘E on macOS), so the online copy was correct and the in-app mirror was stale.
  • diff docs/user-guide/gui.md src/jabs/resources/docs/user_guide/gui.md is now empty — the two copies are byte-identical again.

Context

Noticed while merging main into feature/cv-filename-pattern-grouping; the drift predates that branch and is unrelated to it, so it's fixed here on its own. Docs-only change.

🤖 Generated with Claude Code

@gbeane gbeane merged commit b843e50 into main Jun 19, 2026
5 checks passed
@gbeane gbeane deleted the chore/sync-gui-md-export-frame-shortcut branch June 19, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant