# Keyboard Shortcuts

लेबलिंग प्रवाह को तेज़ करने के लिए निम्नलिखित कीबोर्ड शॉर्टकट उपलब्ध हैं। **meta** कुंजी आमतौर पर **command** कुंजी होती है macOS पर और **ctrl** कुंजी Linux और Windows पर।

## बिना चयनित Annotation के शॉर्टकट

यदि कोई annotation चयनित नहीं है, तो निम्नलिखित कीबोर्ड शॉर्टकट लागू होते हैं:

* **meta** - दबाए रखने पर अस्थायी रूप से बीच स्विच करता है **Drag/Select** और **Bounding Box (B)** या **Polygon (P)** टूल्स के बीच। (उदाहरण के लिए, यदि आप **Bounding Box** मोड में हैं, तो meta कुंजी दबाकर रखें और किसी मौजूदा bounding box पर क्लिक करके उसे चुनें.)
* **b** - स्विच करता है **Bounding Box** टूल पर।<img src="/files/a6e0b9e790ff9b047ddc0f6440c6f62dcf6fa11f" alt="" data-size="line"><img src="/files/66e18db0abc106a7e8083f4583d34b207bcb5093" alt="" data-size="line">
* **p** - स्विच करता है **Polygon** टूल पर।<img src="/files/3c633c469b8877641a4a950330043aa4d078e238" alt="" data-size="line"><img src="/files/ea68d39a309331694e802d03e0035eb9900156fb" alt="" data-size="line">
* **d** - स्विच करता है **Drag/Select** टूल पर। <img src="/files/ef2f3da1032e1d3449cc2ae295745fb2ed025084" alt="" data-size="line"><img src="/files/6fc06b3e51c9f8049ed580a06f8035d94f32aef0" alt="" data-size="line">
* **n** - स्विच करता है **Mark Null** टूल पर।<img src="/files/26e05355e8cc87b78073c1586d0b28d0b19fb8da" alt="" data-size="line"><img src="/files/91b3f182cb42042ed91dfc204e665ece1ba04641" alt="" data-size="line">
  * दर्ज करना **n** जब आप किसी ऐसी image का annotation कर रहे हों जिसे पहले से *Null* के रूप में चिह्नित किया गया हो, तो उस image को *Unannotated* के रूप में चिह्नित कर देगा यदि वह वर्तमान में *Annotating* queue में है।
* **s** - स्विच करता है **Smart Polygon** टूल पर।<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**.

## चयनित Annotation के साथ शॉर्टकट

एक बार जब कोई annotation चयनित हो जाता है और class selector दिखाई देता है, तो शॉर्टकट इस प्रकार हैं:

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

## Review Mode में शॉर्टकट

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

यदि आप review mode में हैं, तो निम्नलिखित शॉर्टकट उपलब्ध हैं:

* **a** (Review Mode में) annotation या label को approve करता है
* **r** (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: 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.
