> 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/pl/baza-wiedzy/046-hotkeys.md).

# Skróty klawiaturowe

Tutaj wymieniliśmy dostępne skróty klawiszowe w Overleaf. Dla użytkowników Maca poniższe polecenia będą używać **Cmd** klawisza zamiast **Ctrl**.

Ta lista zawiera skróty dla edytora Source, jednak większość z nich działa również w edytorze Source (Legacy).

| Polecenie                                                             | Operacja                                                                                             |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                          | Znajdź i zamień.                                                                                     |
| <p><strong>Ctrl + Enter</strong><br>lub <strong>Ctrl + S</strong></p> | Skompiluj projekt.                                                                                   |
| **Ctrl + Z**                                                          | Cofnij.                                                                                              |
| **Ctrl + Y**                                                          | Ponów.                                                                                               |
| **Ctrl + Home**                                                       | Przejdź do pierwszej linii bieżącego pliku.                                                          |
| **Ctrl + End**                                                        | Przejdź do ostatniej linii bieżącego pliku.                                                          |
| **Ctrl + Shift + L**                                                  | Przejdź do określonej linii (otwiera okno dialogowe).\nUżyj **Ctrl + L** w edytorze Source (Legacy). |
| **Ctrl + /**                                                          | Przełącz komentowanie zaznaczonych linii. (Skomentuj/odkomentuj zaznaczony tekst.)                   |
| **Ctrl + D**                                                          | Usuń bieżącą linię.                                                                                  |
| **Ctrl + A**                                                          | Zaznacz wszystko.                                                                                    |
| **Tab**                                                               | Wcięcie zaznaczenia.                                                                                 |
| **Shift + Tab**                                                       | Usuń wcięcie zaznaczenia.                                                                            |
| **Ctrl + U**                                                          | Zmień zaznaczony tekst na wielkie litery.                                                            |
| **Ctrl + Shift + U**                                                  | Zmień zaznaczony tekst na małe litery.                                                               |
| **Ctrl + B**                                                          | Pogrubienie.                                                                                         |
| **Ctrl + I**                                                          | Kursywa.                                                                                             |
| **Ctrl + Space**                                                      | Otwórz menu autouzupełniania.\n(Użyj **Opt + Space** również na Macu, zamiast **Cmd + Space**)       |

Bardziej obszerna lista skrótów klawiaturowych znajduje się w [tym szablonie projektu 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/pl/baza-wiedzy/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.
