> 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 पर।

## बिना चुने गए annotation के shortcuts

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

* **meta** - दबाए रखने पर अस्थायी रूप से इनके बीच स्विच करता है **Drag/Select** और **Bounding Box (B)** या **Polygon (P)** tools. (उदाहरण के लिए, यदि आप **Bounding Box** mode में हैं, तो meta key दबाकर रखें और किसी मौजूदा bounding box पर क्लिक करके उसे select करें.)
* **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** एक ऐसी छवि को annotate करते समय जो पहले से *Null* के रूप में marked है, *Unannotated* के रूप में mark कर देगा यदि वह वर्तमान में *Annotating* queue में है।
* **s** - स्विच करता है **Smart Polygon** tool पर।<img src="/files/c3a26b5acaed0cd44b427f07bc087e02a8be4d43" alt="" data-size="line"><img src="/files/658fcc04f18caa6a30a711e3cbe15e9a1810aedd" alt="" data-size="line">
* **plus** - ज़ूम इन करता है।
* **minus** - ज़ूम आउट करता है।
* **zero** - डिफ़ॉल्ट ज़ूम पर लौटता है (छवि को viewport में fit करता है)।
* **one** - 100% तक ज़ूम करता है।
* **escape** (esc) - Labeling Tool से बाहर निकलता है।
* **left arrow** - पिछली छवि पर जाता है।
  * Classification projects में, **left arrow** + **cmd**.
* **right arrow** - अगली छवि पर जाता है।
  * Classification projects में, **right arrow** + **cmd**.
* **shift** + **a** - annotation job के दौरान वर्तमान छवि को dataset में जोड़ता है। यदि annotation review सक्षम है, तो इसके बजाय "Submit for Review" dialog खोलता है।

## समीक्षा मोड के shortcuts

एक बार annotation चुन लेने और class selector के दिखाई देने पर, shortcuts इस प्रकार हैं:

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

## समीक्षा मोड में shortcuts

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

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

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


---

# 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
