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

# Teclas rápidas

Aquí hemos enumerado las teclas de acceso rápido disponibles en Overleaf. Para usuarios de Mac, los comandos a continuación usarán la **Cmd** tecla en lugar de **Ctrl**.

Esta lista contiene atajos para el editor Source; aun así, la mayoría también funcionan en el editor Source (Legacy).

| Comando                                                             | Operación                                                                                                                              |
| ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                        | Buscar y reemplazar.                                                                                                                   |
| <p><strong>Ctrl + Enter</strong><br>o <strong>Ctrl + S</strong></p> | Compilar el proyecto.                                                                                                                  |
| **Ctrl + Z**                                                        | Deshacer.                                                                                                                              |
| **Ctrl + Y**                                                        | Rehacer.                                                                                                                               |
| **Ctrl + Home**                                                     | Ir a la primera línea del archivo actual.                                                                                              |
| **Ctrl + End**                                                      | Ir a la última línea del archivo actual.                                                                                               |
| **Ctrl + Shift + L**                                                | <p>Ir a una línea específica (abre un cuadro de diálogo).<br>Usa <strong>Ctrl + L</strong> en el editor Source (Legacy).</p>           |
| **Ctrl + /**                                                        | Alternar el comentado de las líneas seleccionadas. (Comentar/descomentar el texto seleccionado.)                                       |
| **Ctrl + D**                                                        | Eliminar la línea actual.                                                                                                              |
| **Ctrl + A**                                                        | Seleccionar todo.                                                                                                                      |
| **Tab**                                                             | Aplicar sangría a la selección.                                                                                                        |
| **Shift + Tab**                                                     | Quitar la sangría a la selección.                                                                                                      |
| **Ctrl + U**                                                        | Cambiar el texto seleccionado a mayúsculas.                                                                                            |
| **Ctrl + Shift + U**                                                | Cambiar el texto seleccionado a minúsculas.                                                                                            |
| **Ctrl + B**                                                        | Negrita.                                                                                                                               |
| **Ctrl + I**                                                        | Cursiva.                                                                                                                               |
| **Ctrl + Space**                                                    | <p>Abrir el menú de autocompletado.<br>(Usa <strong>Opt + Space</strong> también en Mac, en lugar de <strong>Cmd + Space</strong>)</p> |

Se puede encontrar una lista más completa de atajos de teclado en [esta plantilla de proyecto de 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/es/base-de-conocimientos/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.
