```
## Use Cases
- **Image Annotation**: Annotate regions of interest on images
- **Object Detection**: Generate training data for object detection models
- **Image Analysis**: Mark specific regions for analysis
- **Medical Imaging**: Mark lesion areas on medical images
- **E-commerce**: Mark different parts on product images
## Keyboard Shortcuts
> β οΈ **Note**: Hotkeys are disabled by default. Explicitly set `options.enableHotkeys: true` during initialization to enable them. Each `RoiEditor` component instance manages hotkeys independently, supporting multiple concurrent instances without conflicts.
| Shortcut | Function |
|----------|----------|
| V | Select tool |
| M | Rectangle tool |
| Ctrl+Z | Undo |
| Ctrl+Y | Redo |
| Delete | Delete selected region |
| Ctrl++ | Zoom in |
| Ctrl+- | Zoom out |
| Ctrl+0 | Reset zoom |
| Alt | Show/hide shortcut hints |
### Enabling Hotkeys
```vue