> 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-ko/annotate/use-roboflow-annotate/keyboard-shortcuts.md).

# 키보드 단축키

다음 키보드 단축키를 사용하면 라벨링 흐름을 더 빠르게 진행할 수 있습니다.  **meta** 키는 보통  **command** 키이며, macOS에서는  **ctrl** 키는 Linux와 Windows에서 사용됩니다.

## 선택된 어노테이션이 없을 때의 단축키

어노테이션이 선택되지 않은 경우, 다음 키보드 단축키가 적용됩니다:

* **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** -  **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**.
* **shift** + **a** - 주석 작업 중 현재 이미지를 데이터셋에 추가합니다. 어노테이션 검토가 활성화되어 있으면 대신 "Submit for Review" 대화상자를 엽니다.

## 선택된 어노테이션이 있을 때의 단축키

어노테이션이 선택되고 클래스 선택기가 표시되면, 단축키는 다음과 같습니다:

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

## 검토 모드의 단축키

검토 모드는 검토자가 어노테이션을 승인하거나 거부할 수 있게 해주는 인터페이스입니다.

검토 모드에 있는 경우 다음 단축키를 사용할 수 있습니다:

* **a** (검토 모드에서) 어노테이션 또는 라벨 승인
* **r** (검토 모드에서) 어노테이션 또는 라벨 거부


---

# 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-ko/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.
