> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/046-hotkeys.md).

# 단축키

여기에는 Overleaf에서 사용할 수 있는 단축키를 나열했습니다. Mac 사용자의 경우 아래 명령은 **Cmd** 키를 다음 대신 사용합니다: **Ctrl**.

이 목록에는 소스 편집기의 단축키가 포함되어 있으며, 그중 대부분은 소스(레거시) 편집기에서도 작동합니다.

| 명령                                                                   | 작업                                                                                                        |
| -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                         | 찾기 및 바꾸기.                                                                                                 |
| <p><strong>Ctrl + Enter</strong><br>또는 <strong>Ctrl + S</strong></p> | 프로젝트를 컴파일합니다.                                                                                             |
| **Ctrl + Z**                                                         | 실행 취소.                                                                                                    |
| **Ctrl + Y**                                                         | 다시 실행.                                                                                                    |
| **Ctrl + Home**                                                      | 현재 파일의 첫 줄로 이동합니다.                                                                                        |
| **Ctrl + End**                                                       | 현재 파일의 마지막 줄로 이동합니다.                                                                                      |
| **Ctrl + Shift + L**                                                 | <p>특정 줄로 이동합니다(대화 상자가 열립니다).<br>사용 <strong>Ctrl + L</strong> 소스(레거시) 편집기에서.</p>                           |
| **Ctrl + /**                                                         | 선택한 줄의 주석 처리를 전환합니다. (선택한 텍스트를 주석 처리/주석 해제합니다.)                                                           |
| **Ctrl + D**                                                         | 현재 줄을 삭제합니다.                                                                                              |
| **Ctrl + A**                                                         | 모두 선택.                                                                                                    |
| **Tab**                                                              | 선택 항목을 들여씁니다.                                                                                             |
| **Shift + Tab**                                                      | 선택 항목의 들여쓰기를 제거합니다.                                                                                       |
| **Ctrl + U**                                                         | 선택한 텍스트를 대문자로 변경합니다.                                                                                      |
| **Ctrl + Shift + U**                                                 | 선택한 텍스트를 소문자로 변경합니다.                                                                                      |
| **Ctrl + B**                                                         | 굵게.                                                                                                       |
| **Ctrl + I**                                                         | 기울임꼴.                                                                                                     |
| **Ctrl + Space**                                                     | <p>자동 완성 메뉴를 엽니다.<br>(다음도 사용 <strong>Opt + Space</strong> Mac에서도, 다음 대신 <strong>Cmd + Space</strong>)</p> |

더 포괄적인 키보드 단축키 목록은 다음에서 확인할 수 있습니다 [이 Overleaf 프로젝트 템플릿](https://www.overleaf.com/articles/overleaf-keyboard-shortcuts/qykqfvmxdnjf).


---

# 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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/046-hotkeys.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.
