# 키보드 단축키

### 워크스페이스 단축키

| 단축키      | 키 바인딩                      | 설명 |
| -------- | -------------------------- | -- |
| 다음 프레임   | `오른쪽 화살표`                  |    |
| 이전 프레임   | `왼쪽 화살표`                   |    |
| 저장       | `ctrl+s`                   |    |
| 작업 실행 취소 | `ctrl+z`                   |    |
| 다시 실행    | `ctrl+shift+z` 또는 `ctrl+y` |    |

### 객체 조작

<table><thead><tr><th>단축키</th><th width="174.33333333333331">키 바인딩</th><th>설명</th></tr></thead><tbody><tr><td>다음 객체 그리기</td><td><code>N</code></td><td></td></tr><tr><td>모든 객체 잠금/잠금 해제</td><td><code>t+l</code></td><td>사이드바의 모든 객체에 대한 잠금 상태 변경</td></tr><tr><td>객체 잠금/잠금 해제</td><td><code>l</code></td><td>활성 객체의 잠금 상태 변경</td></tr><tr><td>모든 객체 숨기기/표시</td><td><code>t+h</code></td><td>사이드바의 객체들에 대한 숨김 상태 변경</td></tr><tr><td>객체 숨기기/표시</td><td><code>h</code></td><td>활성 객체의 숨김 상태 변경</td></tr><tr><td>객체 삭제</td><td><code>del</code></td><td>활성 객체 삭제</td></tr><tr><td>강제 삭제</td><td><code>shift+del</code></td><td>잠긴 객체 강제 삭제</td></tr><tr><td>모양 복사</td><td><code>ctrl+c</code></td><td>모양을 내부 클립보드에 복사</td></tr><tr><td>모양 붙여넣기</td><td><code>ctrl+v</code></td><td>이미지에 복사한 모양 붙여넣기</td></tr><tr><td>객체 전파</td><td><code>ctrl+b</code></td><td>다음 프레임들에 객체 복사 생성</td></tr><tr><td>자동 테두리 전환</td><td><code>Ctrl</code></td><td>그리기/편집 중 다각형 및 폴리라인에 대한 자동 테두리 전환</td></tr></tbody></table>

###

### 이미지 조작

| 단축키       | 키 바인딩          | 설명 |
| --------- | -------------- | -- |
| 시계 방향 회전  | `ctrl+r`       |    |
| 반시계 방향 회전 | `ctrl+shift+r` |    |
| 밝기 증가     | `shift+b+=`    |    |
| 밝기 감소     | `shift+b+-`    |    |
| 대비 증가     | `shift+c+=`    |    |
| 대비 감소     | `shift+c+-`    |    |
| 채도 증가     | `shift+s+=`    |    |
| 채도 감소     | `shift+s+-`    |    |

<br>


---

# 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.mindkosh.com/ko/image-video-annotation/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.
