# Atajos de teclado

**Sherpa Designer**

<table data-header-hidden><thead><tr><th width="271"></th><th></th></tr></thead><tbody><tr><td><strong>Atajos de teclado</strong></td><td><strong>Comando</strong></td></tr><tr><td>Ctrl+S</td><td>Guardar diagrama.</td></tr><tr><td>Ctrl+F5</td><td>Ejecutar diagrama activo sin depuración.</td></tr><tr><td>Ctrl+F6</td><td>Depurar diagrama activo.</td></tr><tr><td>Ctrl+shift+F6</td><td>Depurar desde el bloque actual.</td></tr><tr><td>Ctrl+F8</td><td>Editar eventos de la ventana.</td></tr><tr><td>Ctrl+E</td><td>Exportar a archivo.</td></tr><tr><td>Ctrl+I</td><td>Importar desde archivo.</td></tr><tr><td>Ctrl+Z</td><td>Deshacer acción.</td></tr><tr><td>Ctrl+Y</td><td>Rehacer acción.</td></tr><tr><td>Ctrl+C</td><td>Copiar elemento.</td></tr><tr><td>Ctrl+V</td><td>Pegar bloques copiados anteriormente en el diagrama actual.</td></tr><tr><td>Ctrl+X</td><td>Cortar bloques seleccionados al portapapeles.</td></tr><tr><td>Delete</td><td>Eliminar bloques seleccionados.</td></tr><tr><td>Ctrl+F</td><td>Invocar la ventana “Buscar y reemplazar” en el proyecto actual.</td></tr><tr><td>F3</td><td>Buscar siguiente en la búsqueda iniciada anteriormente.</td></tr><tr><td>Ctrl+H</td><td>Reemplazar valor en el nombre del bloque, variable, valor en la expresión.</td></tr><tr><td>Ctrl+R</td><td>Actualizar bloques obsoletos del diagrama. Se utiliza si el diagrama del robot fue creado hace tiempo y necesita actualización. Los mensajes sobre bloques obsoletos en el diagrama y la combinación de teclas para su actualización se registran automáticamente en el log del robot.</td></tr><tr><td>F9</td><td>Marcar el bloque seleccionado del diagrama como punto de interrupción.</td></tr><tr><td>F2</td><td>Editar comentario del bloque seleccionado del diagrama.</td></tr><tr><td>Ctrl+O</td><td>Activar/desactivar nivel de Output.</td></tr><tr><td>Ctrl+B</td><td>Especificar expresión para el punto de interrupción.</td></tr><tr><td>Insert</td><td>Activar/desactivar bloque seleccionado del diagrama.</td></tr></tbody></table>

**Plantillador (botón “Extraer por plantilla”)**

<table data-header-hidden><thead><tr><th width="271"></th><th></th></tr></thead><tbody><tr><td><strong>Atajos de teclado</strong></td><td><strong>Comando</strong></td></tr><tr><td>Ctrl+S</td><td>Guardar plantilla</td></tr><tr><td>Ctrl+R</td><td>Procesar documento</td></tr><tr><td>Ctrl+Right</td><td>Ir a la siguiente página</td></tr><tr><td>Ctrl+Left</td><td>Ir a la página anterior</td></tr><tr><td>Ctrl+G</td><td>Ir a una página específica si se abre un documento pdf de varias páginas.</td></tr></tbody></table>

**Sherpa Robot (atajos de teclado predeterminados)**

<table data-header-hidden><thead><tr><th width="270"></th><th></th></tr></thead><tbody><tr><td><strong>Atajos de teclado</strong></td><td><strong>Comando</strong></td></tr><tr><td>F5</td><td>Pausa/Continuar.</td></tr><tr><td>Shift+F5</td><td>Detener.</td></tr><tr><td>Shift+F4</td><td>Desconectarse de la sesión RDP.</td></tr></tbody></table>

<br>


---

# Agent Instructions: 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:

```
GET https://docs.sherparpa.ru/es/sherpa-rpa/sherpa-designer/rabota-v-sherpa-designer/nachalo-raboty-v-sherpa-designer/goryachie-klavishi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
