From 0439484b47f7f8a963918a9cca3376111e82e798 Mon Sep 17 00:00:00 2001 From: Glen Beane <356266+gbeane@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:13:02 -0400 Subject: [PATCH] Sync in-app gui.md: add Export Frame Ctrl+E shortcut to match online docs --- src/jabs/resources/docs/user_guide/gui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jabs/resources/docs/user_guide/gui.md b/src/jabs/resources/docs/user_guide/gui.md index a53a654d..f303cfa7 100644 --- a/src/jabs/resources/docs/user_guide/gui.md +++ b/src/jabs/resources/docs/user_guide/gui.md @@ -115,7 +115,7 @@ Clicking the video or moving the mouse off the video frame will dismiss the slid - **JABS→Quit JABS:** Quit Program - **File→Open Project:** Select a project directory to open. If a project is already opened, it will be closed and the newly selected project will be opened. - **File→Open Recent:** Submenu to open recently opened projects. -- **File→Export Frame:** Export the current paused video frame as a PNG image at the original video resolution. A checkbox on the save dialog optionally saves a second copy, suffixed `-overlay.png`, with the pose and (when available) segmentation overlays. The export is disabled during playback and remembers the last export directory and the overlay-copy setting. +- **File→Export Frame:** Export the current paused video frame as a PNG image at the original video resolution. A checkbox on the save dialog optionally saves a second copy, suffixed `-overlay.png`, with the pose and (when available) segmentation overlays. The export is disabled during playback and remembers the last export directory and the overlay-copy setting. Shortcut: Ctrl+E / ⌘E. - **File→Export Training Data:** Create a file with the information needed to share a classifier. This exported file is written to the project directory and has the form `_training_.h5`. This file is used as one input for the `jabs-classify` script. - **File→Archive Behavior:** Remove behavior and its labels from project. Labels are archived in the `jabs/archive` directory. - **File→Prune Project:** Remove videos and pose files that are not labeled.