From cd8886fe0752547ec16bd9e4aa7134d8ac78c09c Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sat, 11 Oct 2025 09:39:55 -0700 Subject: [PATCH] Update docs/docs/plus/annotating.md Co-authored-by: Blake Blackshear --- docs/docs/plus/annotating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/plus/annotating.md b/docs/docs/plus/annotating.md index 35dd8e118..dc8e571be 100644 --- a/docs/docs/plus/annotating.md +++ b/docs/docs/plus/annotating.md @@ -42,7 +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 | +| `Shift + s` | Switch to the previous label | | `tab` | Select next largest box | | `del` | Delete current box | | `esc` | Deselect/Cancel |