> 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/it/base-di-conoscenza/046-hotkeys.md).

# Tasti di scelta rapida

Qui abbiamo elencato le scorciatoie da tastiera disponibili in Overleaf. Per gli utenti Mac, i comandi seguenti useranno il **Cmd** tasto al posto di **Ctrl**.

Questo elenco contiene scorciatoie per l'editor Source; tuttavia, la maggior parte funziona anche nell'editor Source (Legacy).

| Comando                                                             | Operazione                                                                                                                                    |
| ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                        | Trova e sostituisci.                                                                                                                          |
| <p><strong>Ctrl + Invio</strong><br>o <strong>Ctrl + S</strong></p> | Compila il progetto.                                                                                                                          |
| **Ctrl + Z**                                                        | Annulla.                                                                                                                                      |
| **Ctrl + Y**                                                        | Ripristina.                                                                                                                                   |
| **Ctrl + Home**                                                     | Vai alla prima riga del file corrente.                                                                                                        |
| **Ctrl + Fine**                                                     | Vai all'ultima riga del file corrente.                                                                                                        |
| **Ctrl + Maiusc + L**                                               | <p>Vai a una riga specifica (apre una finestra di dialogo).<br>Usa <strong>Ctrl + L</strong> nell'editor Source (Legacy).</p>                 |
| **Ctrl + /**                                                        | Attiva/disattiva i commenti per le righe selezionate. (Commenta/decommenta il testo selezionato.)                                             |
| **Ctrl + D**                                                        | Elimina la riga corrente.                                                                                                                     |
| **Ctrl + A**                                                        | Seleziona tutto.                                                                                                                              |
| **Tab**                                                             | Aumenta il rientro della selezione.                                                                                                           |
| **Maiusc + Tab**                                                    | Riduci il rientro della selezione.                                                                                                            |
| **Ctrl + U**                                                        | Trasforma il testo selezionato in maiuscolo.                                                                                                  |
| **Ctrl + Maiusc + U**                                               | Trasforma il testo selezionato in minuscolo.                                                                                                  |
| **Ctrl + B**                                                        | Grassetto.                                                                                                                                    |
| **Ctrl + I**                                                        | Corsivo.                                                                                                                                      |
| **Ctrl + Spazio**                                                   | <p>Apri il menu di completamento automatico.<br>(Usa <strong>Opt + Spazio</strong> anche su Mac, invece di <strong>Cmd + Spazio</strong>)</p> |

Un elenco più completo delle scorciatoie da tastiera si trova in [questo modello di progetto 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/it/base-di-conoscenza/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.
