> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/annotate/use-roboflow-annotate/keyboard-shortcuts.md).

# Keyboard Shortcuts

निम्नलिखित keyboard shortcuts आपके labeling flow को तेज़ करने के लिए उपलब्ध हैं। **meta** key आमतौर पर **command** key होता है macOS पर और **ctrl** key Linux और Windows पर।

## Selected Annotation के बिना Shortcuts

यदि कोई annotation selected नहीं है, तो निम्नलिखित keyboard shortcuts लागू होते हैं:

* **meta** - दबाए रखने पर अस्थायी रूप से बदलता है **Drag/Select** और **Bounding Box (B)** या **Polygon (P)** tools के बीच। (उदाहरण के लिए, यदि आप **Bounding Box** mode में हैं, तो meta key दबाकर रखें और उसे चुनने के लिए किसी मौजूदा bounding box पर क्लिक करें.)
* **b** - बदलता है **Bounding Box** tool पर।<img src="/files/a6e0b9e790ff9b047ddc0f6440c6f62dcf6fa11f" alt="" data-size="line"><img src="/files/66e18db0abc106a7e8083f4583d34b207bcb5093" alt="" data-size="line">
* **p** - बदलता है **Polygon** tool पर।<img src="/files/3c633c469b8877641a4a950330043aa4d078e238" alt="" data-size="line"><img src="/files/ea68d39a309331694e802d03e0035eb9900156fb" alt="" data-size="line">
* **d** - बदलता है **Drag/Select** tool पर। <img src="/files/ef2f3da1032e1d3449cc2ae295745fb2ed025084" alt="" data-size="line"><img src="/files/6fc06b3e51c9f8049ed580a06f8035d94f32aef0" alt="" data-size="line">
* **n** - बदलता है **Mark Null** tool पर।<img src="/files/26e05355e8cc87b78073c1586d0b28d0b19fb8da" alt="" data-size="line"><img src="/files/91b3f182cb42042ed91dfc204e665ece1ba04641" alt="" data-size="line">
  * को दर्ज करने पर **n** जब किसी ऐसी image को annotate करते समय *Null* के रूप में चिह्नित किया जा चुका है, उसे *Unannotated* के रूप में चिह्नित करेगा, यदि वह वर्तमान में *Annotating* queue में है।
* **s** - बदलता है **Smart Polygon** tool पर।<img src="/files/c3a26b5acaed0cd44b427f07bc087e02a8be4d43" alt="" data-size="line"><img src="/files/658fcc04f18caa6a30a711e3cbe15e9a1810aedd" alt="" data-size="line">
* **plus** - Zoom In करता है।
* **minus** - Zoom Out करता है।
* **zero** - Default Zoom पर लौटता है (image को viewport में फिट करता है)।
* **one** - 100% पर zoom करता है।
* **escape** (esc) - Labeling Tool से बाहर निकलता है।
* **left arrow** - पिछली image पर जाता है।
  * Classification projects में, **left arrow** + **cmd**.
* **right arrow** - अगली image पर जाता है।
  * Classification projects में, **right arrow** + **cmd**.
* **shift** + **a** - annotation job के दौरान वर्तमान image को dataset में जोड़ता है। यदि annotation review enabled है, तो इसके बजाय "Submit for Review" dialog खोलता है।

## Selected Annotation के साथ Shortcuts

एक बार annotation selected हो जाने पर और class selector visible होने पर, shortcuts इस प्रकार हैं:

* **enter** - Active Option (बैंगनी में highlighted) को selected bounding box के लिए current class, या label, के रूप में save करता है।
* **escape** (esc) - उसका label बदले बिना current box को cancel और deselect करता है (यदि currently selected box अभी-अभी draw किया गया था, तो उसे delete कर दिया जाएगा).
* **up arrow** - Active Option (class/label) को पिछले वाले में बदलता है।
* **down arrow** - Active Option (class/label) को अगले वाले में बदलता है।
* **backspace** - यदि text field में कोई text नहीं है, तो current bounding box को delete करता है (इसका अर्थ है कि आमतौर पर आपको *box को select करने के बाद उसे delete करने के लिए backspace दो बार दबाना होगा*; एक बार highlighted text delete करने के लिए और दूसरी बार deletion की पुष्टि करने के लिए).

## Review Mode में Shortcuts

Review mode वह interface है जो reviewer को किसी annotation को approve या reject करने देता है।

यदि आप review mode में हैं, तो निम्नलिखित shortcuts उपलब्ध हैं:

* **a** (in Review Mode) annotation या label को approve करें
* **r** (in Review Mode) annotation या label को reject करता है

<figure><img src="/files/dd0f7d183fa13a8744d063447a457491ca1e83e4" alt="Preview of Review Mode"><figcaption><p>Review Mode का Preview</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/annotate/use-roboflow-annotate/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
