> 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/zh-tw/zhi-shi-ku/046-hotkeys.md).

# 快速鍵

此處列出了 Overleaf 中可用的快捷鍵。對於 Mac 使用者，下列指令會使用 **Cmd** 鍵，而不是 **Ctrl**.

此清單包含 Source 編輯器的快捷鍵，不過其中大多數也可在 Source（舊版）編輯器中使用。

| 命令                                                                  | 操作                                                                                               |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| **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> 於 Source（舊版）編輯器中。</p>                         |
| **Ctrl + /**                                                        | 切換所選行的註解狀態。（將所選文字加上註解／取消註解。）                                                                     |
| **Ctrl + D**                                                        | 刪除目前行。                                                                                           |
| **Ctrl + A**                                                        | 全選。                                                                                              |
| **Tab**                                                             | 將選取內容縮排。                                                                                         |
| **Shift + Tab**                                                     | 將選取內容取消縮排。                                                                                       |
| **Ctrl + U**                                                        | 將所選文字改為大寫。                                                                                       |
| **Ctrl + Shift + U**                                                | 將所選文字改為小寫。                                                                                       |
| **Ctrl + B**                                                        | 粗體。                                                                                              |
| **Ctrl + I**                                                        | 斜體。                                                                                              |
| **Ctrl + Space**                                                    | <p>開啟自動完成選單。<br>（在 Mac 上也可使用 <strong>Opt + Space</strong> ，而不是 <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/zh-tw/zhi-shi-ku/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.
