From 57b6a43097f51dc7687383ab87d6ffc390e9a62c Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Fri, 10 Oct 2025 20:44:34 -0700 Subject: [PATCH] Add keyboard shortcut for switching to previous label --- docs/docs/plus/annotating.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/plus/annotating.md b/docs/docs/plus/annotating.md index 102e4a489..35dd8e118 100644 --- a/docs/docs/plus/annotating.md +++ b/docs/docs/plus/annotating.md @@ -42,6 +42,7 @@ Misidentified objects should have a correct label added. For example, if a perso | `w` | Add box | | `d` | Toggle difficult | | `s` | Switch to the next label | +| `S` | Switch to the previous label | | `tab` | Select next largest box | | `del` | Delete current box | | `esc` | Deselect/Cancel |