> 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/nl/kennisbank/046-hotkeys.md).

# Sneltoetsen

Hier hebben we de beschikbare sneltoetsen in Overleaf opgesomd. Voor Mac-gebruikers zullen de onderstaande opdrachten de **Cmd** toets gebruiken in plaats van **Ctrl**.

Deze lijst bevat sneltoetsen voor de Source-editor, maar de meeste ervan werken ook in de Source (Legacy)-editor.

| Commando                                                             | Handeling                                                                                                                                         |
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                         | Zoeken en vervangen.                                                                                                                              |
| <p><strong>Ctrl + Enter</strong><br>of <strong>Ctrl + S</strong></p> | Compileer het project.                                                                                                                            |
| **Ctrl + Z**                                                         | Ongedaan maken.                                                                                                                                   |
| **Ctrl + Y**                                                         | Opnieuw doen.                                                                                                                                     |
| **Ctrl + Home**                                                      | Ga naar de eerste regel van het huidige bestand.                                                                                                  |
| **Ctrl + End**                                                       | Ga naar de laatste regel van het huidige bestand.                                                                                                 |
| **Ctrl + Shift + L**                                                 | <p>Ga naar een specifieke regel (opent een dialoogvenster).<br>Gebruik <strong>Ctrl + L</strong> in de Source (Legacy)-editor.</p>                |
| **Ctrl + /**                                                         | Schakel commentaar in/uit voor geselecteerde regels. (Geselecteerde tekst van commentaar voorzien/het commentaar verwijderen.)                    |
| **Ctrl + D**                                                         | Verwijder de huidige regel.                                                                                                                       |
| **Ctrl + A**                                                         | Alles selecteren.                                                                                                                                 |
| **Tab**                                                              | Laat de selectie inspringen.                                                                                                                      |
| **Shift + Tab**                                                      | Haal de inspringing van de selectie weg.                                                                                                          |
| **Ctrl + U**                                                         | Zet de geselecteerde tekst om naar hoofdletters.                                                                                                  |
| **Ctrl + Shift + U**                                                 | Zet de geselecteerde tekst om naar kleine letters.                                                                                                |
| **Ctrl + B**                                                         | Vet.                                                                                                                                              |
| **Ctrl + I**                                                         | Cursief.                                                                                                                                          |
| **Ctrl + Space**                                                     | <p>Open het menu voor automatisch aanvullen.<br>(Gebruik <strong>Opt + Space</strong> ook op Mac, in plaats van <strong>Cmd + Space</strong>)</p> |

Een uitgebreidere lijst met sneltoetsen is te vinden in [dit Overleaf-projectsjabloon](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/nl/kennisbank/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.
