> For the complete documentation index, see [llms.txt](https://docs.wiclax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wiclax.com/es/usando-wiclax/la-interfaz-general/consejos-y-atajos.md).

# Consejos y atajos

## Métodos abreviados de teclado <a href="#page-header" id="page-header"></a>

Hay disponibles atajos accesibles desde el teclado para facilitar la mayoría de las operaciones repetitivas. Aquí hay una lista, clasificada en orden de utilidad:

<kbd>F1</kbd> Obtenga ayuda con la operación actual

<kbd>Esc</kbd> cerrar una ventana de diálogo o una vista previa de impresión

<kbd>Ctrl</kbd> + <kbd>s</kbd> guardar la prueba actual

<kbd>Ctrl</kbd> + <kbd>tab</kbd> navegar entre las cuadrículas de la etapa visible

<kbd>F2</kbd> registrar un nuevo participante

<kbd>F3</kbd> ingresar un nuevo resultado

<kbd>Ctrl</kbd> + <kbd>F3</kbd> ir al resultado de un participante desde su registro

<kbd>Ctrl</kbd> + <kbd>F2</kbd> ir al registro de un participante desde su resultado

<kbd>F12</kbd> mostrar la vista previa de impresión de la cuadrícula actual

<kbd>Ctrl</kbd> + <kbd>o</kbd> abrir una prueba

<kbd>Ctrl</kbd> + <kbd>n</kbd> crear una nueva prueba

<kbd>Ctrl</kbd> + <kbd>f</kbd> buscar un participante en la grilla actual o acceder a su resumen

<kbd>Ctrl</kbd> + <kbd>r</kbd> mostrar el resumen del participante seleccionado

<kbd>Ctrl</kbd> + <kbd>p</kbd> buscar un comando para ejecutar, por ejemplo escribiendo 'sal' para abrir rápidamente la pantalla de gestión de salidas

<kbd>Ctrl</kbd> + <kbd>número</kbd> buscar un participante por su número de dorsal (para buscar, por ejemplo, el dorsal 62, mantenga pulsada la tecla Control y al mismo tiempo escriba "6" y luego "2")

<kbd>F7</kbd> activar la carga sul Web de la prueba, con FTP

<kbd>F8</kbd> mostrar la ventana de opciones de prueba

<kbd>F9</kbd> mostrar la ventana de adquisiciones

<kbd>Enter</kbd> en una celda de cuadrícula editable, cambie al modo de edición o salga del modo de edición

<kbd>Ctrl</kbd> + <kbd>inicio</kbd> et <kbd>Ctrl</kbd> + <kbd>fin</kbd> en una cuadrícula activada, le permite ir directamente al principio o al final de la lista

Tenga en cuenta también que al pulsar la tecla <kbd>Alt</kbd>, la cinta muestra una serie de atajos que se pueden utilizar para acceder a todos los botones.


---

# 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://docs.wiclax.com/es/usando-wiclax/la-interfaz-general/consejos-y-atajos.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.
