> 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/fr/base-de-connaissances/046-hotkeys.md).

# Raccourcis clavier

Nous avons répertorié ici les raccourcis clavier disponibles dans Overleaf. Pour les utilisateurs Mac, les commandes ci-dessous utiliseront la **Cmd** touche à la place de **Ctrl**.

Cette liste contient des raccourcis pour l’éditeur Source, mais la plupart d’entre eux fonctionnent aussi dans l’éditeur Source (hérité).

| Commande                                                              | Opération                                                                                                                                   |
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                          | Rechercher et remplacer.                                                                                                                    |
| <p><strong>Ctrl + Entrée</strong><br>ou <strong>Ctrl + S</strong></p> | Compiler le projet.                                                                                                                         |
| **Ctrl + Z**                                                          | Annuler.                                                                                                                                    |
| **Ctrl + Y**                                                          | Rétablir.                                                                                                                                   |
| **Ctrl + Début**                                                      | Aller à la première ligne du fichier actuel.                                                                                                |
| **Ctrl + Fin**                                                        | Aller à la dernière ligne du fichier actuel.                                                                                                |
| **Ctrl + Maj + L**                                                    | <p>Aller à une ligne spécifique (ouvre une boîte de dialogue).<br>Utilisez <strong>Ctrl + L</strong> dans l’éditeur Source (hérité).</p>    |
| **Ctrl + /**                                                          | Activer/désactiver les commentaires pour les lignes sélectionnées. (Commenter/décommenter le texte sélectionné.)                            |
| **Ctrl + D**                                                          | Supprimer la ligne actuelle.                                                                                                                |
| **Ctrl + A**                                                          | Tout sélectionner.                                                                                                                          |
| **Tab**                                                               | Indenter la sélection.                                                                                                                      |
| **Maj + Tab**                                                         | Désindenter la sélection.                                                                                                                   |
| **Ctrl + U**                                                          | Mettre le texte sélectionné en majuscules.                                                                                                  |
| **Ctrl + Maj + U**                                                    | Mettre le texte sélectionné en minuscules.                                                                                                  |
| **Ctrl + B**                                                          | Gras.                                                                                                                                       |
| **Ctrl + I**                                                          | Italique.                                                                                                                                   |
| **Ctrl + Espace**                                                     | <p>Ouvrir le menu d’autocomplétion.<br>(Utilisez <strong>Opt + Espace</strong> aussi sur Mac, plutôt que <strong>Cmd + Espace</strong>)</p> |

Une liste plus complète des raccourcis clavier se trouve dans [ce modèle de projet 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/fr/base-de-connaissances/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.
