From 59102794e879d6dfbb654547dc9088df0fbf7cc9 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sat, 11 Oct 2025 09:43:41 -0700 Subject: [PATCH] Add keyboard shortcut for switching to previous label (#20426) * Add keyboard shortcut for switching to previous label * Update docs/docs/plus/annotating.md Co-authored-by: Blake Blackshear --------- Co-authored-by: Blake Blackshear --- 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..dc8e571be 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 | +| `Shift + s` | Switch to the previous label | | `tab` | Select next largest box | | `del` | Delete current box | | `esc` | Deselect/Cancel |