mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Update annotation viewer zoom shortcut docs (#24214)
Signed-off-by: Jin Xu <jin@ultralytics.com> Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
This commit is contained in:
parent
6aa70cd983
commit
6b5c2a86f7
2 changed files with 7 additions and 1 deletions
|
|
@ -444,6 +444,10 @@ Efficient annotation with keyboard shortcuts:
|
|||
| `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 |
|
||||
|
||||
|
|
|
|||
|
|
@ -268,7 +268,9 @@ Click any image to open the fullscreen viewer with:
|
|||
- **Edit**: Enter annotation mode to add or modify labels
|
||||
- **Download**: Download the original image file
|
||||
- **Delete**: Delete the image from the dataset
|
||||
- **Zoom**: `Cmd/Ctrl+Scroll` to zoom in/out
|
||||
- **Zoom**: `Cmd/Ctrl+Scroll`, `Cmd/Ctrl++`, or `Cmd/Ctrl+=` to zoom in, and `Cmd/Ctrl+-` to zoom out
|
||||
- **Reset view**: `Cmd/Ctrl + 0` or the reset button to fit the image to the viewer
|
||||
- **Pan**: Hold `Space` and drag to pan the canvas when zoomed
|
||||
- **Pixel view**: Toggle pixelated rendering for close inspection
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue