Fix table format in annotation.md (#24232)

This commit is contained in:
Jing Qiu 2026-04-15 14:59:21 +08:00 committed by GitHub
parent 826cd7f357
commit da03154f86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -434,22 +434,22 @@ Efficient annotation with keyboard shortcuts:
=== "General"
| Shortcut | Action |
| ---------------------- | -------------------------- |
| `Cmd/Ctrl+S` | Save annotations |
| `Cmd/Ctrl+Z` | Undo |
| `Cmd/Ctrl+Shift+Z` | Redo |
| `Cmd/Ctrl+Y` | Redo (alternative) |
| `Escape` | Save / Deselect / Exit |
| `Delete` / `Backspace` | Delete selected annotation |
| `1-9` | Select class 1-9 |
| `Cmd/Ctrl+Scroll` | Zoom in/out |
| `Cmd/Ctrl++` or `Cmd/Ctrl+=` | Zoom in |
| `Cmd/Ctrl+-` | Zoom out |
| `Cmd/Ctrl+0` | Reset to fit |
| `Space+Drag` | Pan canvas when zoomed |
| `Shift+Click` | Multi-select annotations |
| `Cmd/Ctrl+A` | Select all annotations |
| Shortcut | Action |
| ----------------------------- | ---------------------------- |
| `Cmd/Ctrl+S` | Save annotations |
| `Cmd/Ctrl+Z` | Undo |
| `Cmd/Ctrl+Shift+Z` | Redo |
| `Cmd/Ctrl+Y` | Redo (alternative) |
| `Escape` | Save / Deselect / Exit |
| `Delete` / `Backspace` | Delete selected annotation |
| `1-9` | Select class 1-9 |
| `Cmd/Ctrl+Scroll` | Zoom in/out |
| `Cmd/Ctrl++` or `Cmd/Ctrl+=` | Zoom in |
| `Cmd/Ctrl+-` | Zoom out |
| `Cmd/Ctrl+0` | Reset to fit |
| `Space+Drag` | Pan canvas when zoomed |
| `Shift+Click` | Multi-select annotations |
| `Cmd/Ctrl+A` | Select all annotations |
=== "Modes"
@ -460,15 +460,15 @@ Efficient annotation with keyboard shortcuts:
=== "Drawing"
| Shortcut | Action |
| -------------- | --------------------------------------------------------- |
| `Click+Drag` | Draw bounding box (detect/OBB) |
| `Click` | Add polygon point (segment) / Place skeleton (pose) |
| `Right-click` | Complete polygon / Add SAM negative point |
| `Shift` + `click`/`right-click` | Place multiple SAM points before applying (auto-apply on) |
| `A` | Toggle auto-apply (Smart mode) |
| `Enter` | Complete polygon / Confirm pose / Save SAM annotation |
| `Escape` | Cancel pose / Save SAM annotation / Deselect / Exit |
| Shortcut | Action |
| ------------------------------- | ----------------------------------------------------------- |
| `Click+Drag` | Draw bounding box (detect/OBB) |
| `Click` | Add polygon point (segment) / Place skeleton (pose) |
| `Right-click` | Complete polygon / Add SAM negative point |
| `Shift` + `click`/`right-click` | Place multiple SAM points before applying (auto-apply on) |
| `A` | Toggle auto-apply (Smart mode) |
| `Enter` | Complete polygon / Confirm pose / Save SAM annotation |
| `Escape` | Cancel pose / Save SAM annotation / Deselect / Exit |
=== "Arrange (Z-Order)"