# 키보드 단축키

다음 키보드 단축키를 사용하면 labeling 작업 흐름을 더 빠르게 진행할 수 있습니다.  **meta** 키는 일반적으로  **command** 키를 의미하며, macOS에서는  **ctrl** 키를 의미합니다.

## 선택된 Annotation이 없을 때의 단축키

Annotation이 선택되어 있지 않으면 다음 키보드 단축키가 적용됩니다:

* **meta** - 길게 누르는 동안  **Drag/Select** 와 **Bounding Box (B)** 또는 **Polygon (P)**  도구 사이를 임시로 전환합니다. (예를 들어,  **Bounding Box** 모드에 있을 때 meta 키를 누른 채 기존 bounding box를 클릭하면 선택됩니다.)
* **b** - 다음  **Bounding Box** 도구로 전환합니다.<img src="/files/2e7aa6e708af87829fbed78b159b4c261c422fa2" alt="" data-size="line"><img src="/files/b93f2f1695adf7e8a6d8c23adbbf1e6e6347b85f" alt="" data-size="line">
* **p** - 다음  **Polygon** 도구로 전환합니다.<img src="/files/b54be19e49b72fa24c3f46179f66599e911b939c" alt="" data-size="line"><img src="/files/e258057f6a6fd7ba3a93fb0d787b7f7c195e02cf" alt="" data-size="line">
* **d** - 다음  **Drag/Select** 도구로 전환합니다. <img src="/files/28c69e69228981c60f1c5da9a4aab55d4a1131a2" alt="" data-size="line"><img src="/files/0372f608419da7239afda90783eeb9c47da37eb5" alt="" data-size="line">
* **n** - 다음  **Mark Null** 도구로 전환합니다.<img src="/files/7620a8687efe91260641600a08fea5760ac6b327" alt="" data-size="line"><img src="/files/c06cf82a6afa3ae4b5444d975b578c1b4ce3f330" alt="" data-size="line">
  * 를 입력하면 **n** 이미  *Null* 로 표시된 이미지를 주석 처리하는 중일 때 해당 이미지는  *Unannotated* 로 표시되며, 현재  *Annotating*  큐에 있는 경우에만 적용됩니다.
* **s** - 다음  **Smart Polygon** 도구로 전환합니다.<img src="/files/125fafba293a0659753a3b53b6629c8e118bf1c5" alt="" data-size="line"><img src="/files/3254c98e0cd42b058b0071dc6a35bab2a1dfc257" alt="" data-size="line">
* **plus** - 확대합니다.
* **minus** - 축소합니다.
* **zero** - 기본 줌으로 되돌립니다(이미지를 뷰포트에 맞춤).
* **one** - 100%로 확대합니다.
* **escape** (esc) - Labeling Tool을 종료합니다.
* **left arrow** - 이전 이미지로 이동합니다.
  * Classification 프로젝트에서는, **left arrow** + **cmd**.
* **right arrow** - 다음 이미지로 이동합니다.
  * Classification 프로젝트에서는, **right arrow** + **cmd**.

## 선택된 Annotation이 있을 때의 단축키

Annotation이 선택되고 class selector가 표시되면, 단축키는 다음과 같습니다:

* **enter** - Active Option(보라색으로 강조됨)을 선택된 bounding box의 현재 class 또는 label로 저장합니다.
* **escape** (esc) - 현재 box의 label을 변경하지 않고 취소하고 선택을 해제합니다(현재 선택된 box가 방금 그린 것이라면 삭제됩니다).
* **up arrow** - Active Option(class/label)을 이전 항목으로 변경합니다.
* **down arrow** - Active Option(class/label)을 다음 항목으로 변경합니다.
* **backspace** - 텍스트 필드에 텍스트가 없으면 현재 bounding box를 삭제합니다(즉, 일반적으로 box를 선택한 후  *box를 삭제하려면 backspace를 두 번 눌러야 합니다*; 한 번은 강조된 텍스트를 삭제하고, 두 번째는 삭제를 확인합니다).

## Review Mode의 단축키

Review mode는 검토자가 annotation을 승인하거나 거부할 수 있게 해주는 인터페이스입니다.

Review mode에 있으면 다음 단축키를 사용할 수 있습니다:

* **a** (Review Mode에서) annotation 또는 label을 승인합니다
* **r** (Review Mode에서) annotation 또는 label을 거부합니다

<figure><img src="/files/69919f6493092e7a7cc7c0a1135c64e0324cd964" alt="Preview of Review Mode"><figcaption><p>Review Mode 미리보기</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-ko/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.
