> 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/cs/znalostni-baze/046-hotkeys.md).

# Klávesové zkratky

Zde jsme uvedli klávesové zkratky dostupné v Overleafu. Pro uživatele Macu budou níže uvedené příkazy používat **Cmd** klávesu místo **Ctrl**.

Tento seznam obsahuje zkratky pro editor Source, většina z nich však funguje i v editoru Source (Legacy).

| Příkaz                                                                 | Operace                                                                                                                                       |
| ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                           | Najít a nahradit.                                                                                                                             |
| <p><strong>Ctrl + Enter</strong><br>nebo <strong>Ctrl + S</strong></p> | Zkompilujte projekt.                                                                                                                          |
| **Ctrl + Z**                                                           | Zpět.                                                                                                                                         |
| **Ctrl + Y**                                                           | Znovu.                                                                                                                                        |
| **Ctrl + Home**                                                        | Přejděte na první řádek aktuálního souboru.                                                                                                   |
| **Ctrl + End**                                                         | Přejděte na poslední řádek aktuálního souboru.                                                                                                |
| **Ctrl + Shift + L**                                                   | <p>Přejděte na konkrétní řádek (otevře dialog).<br>Použijte <strong>Ctrl + L</strong> v editoru Source (Legacy).</p>                          |
| **Ctrl + /**                                                           | Přepne komentování vybraných řádků. (Zakomentuje/odkomentuje vybraný text.)                                                                   |
| **Ctrl + D**                                                           | Smaže aktuální řádek.                                                                                                                         |
| **Ctrl + A**                                                           | Vybrat vše.                                                                                                                                   |
| **Tab**                                                                | Odsadit výběr.                                                                                                                                |
| **Shift + Tab**                                                        | Zmenšit odsazení výběru.                                                                                                                      |
| **Ctrl + U**                                                           | Změnit vybraný text na velká písmena.                                                                                                         |
| **Ctrl + Shift + U**                                                   | Změnit vybraný text na malá písmena.                                                                                                          |
| **Ctrl + B**                                                           | Tučně.                                                                                                                                        |
| **Ctrl + I**                                                           | Kurzíva.                                                                                                                                      |
| **Ctrl + Space**                                                       | <p>Otevřete nabídku automatického doplňování.<br>(Použijte <strong>Opt + Space</strong> také na Macu, místo <strong>Cmd + Space</strong>)</p> |

Podrobnější seznam klávesových zkratek najdete v [této šabloně projektu v Overleafu](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/cs/znalostni-baze/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.
