> 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/it/utilizza-wiclax/linterfaccia-generale/consigli-e-scorciatoie.md).

# Consigli e scorciatoie

## Scorciatoie da tastiera

Sono disponibili numerose scorciatoie da tastiera per aiutarti con la maggior parte delle operazioni ripetitive. Ecco un elenco di esse, elencate in ordine di utilità:

`F1` ottenere assistenza per l'operazione corrente

`Esc` chiudi una finestra di dialogo o l'anteprima di stampa

`Ctrl + s` salva l'evento corrente

`Ctrl + tab` naviga tra le griglie della tappa attuale

`F2` registra un nuovo partecipante

`F3` inserisci un nuovo risultato

`Ctrl + F3` go to a participant result row from his registration

`Ctrl + F2` go to a participant registration row from his result

`F12` display the print preview for the current grid

`Ctrl + o` open an event

`Ctrl + n` create a new event

`Ctrl + f` search for participants, access their summary

`Ctrl + r` display data summary for the currently focused athlete

`Ctrl + p` search for commands to execute, for example typing 'sta' to quickly open the starts screen

`Ctrl + digits` search a participant row by its bib number. For example to lookup for bib 62, keep the control key pressed while typing '6' and then '2'

`F7` trigger the event push online, through FTP

`F8` open the general options form for the event

`F9` apri il modulo di gestione delle acquisizioni

`Enter` on an editable grid cell: switch to editing mode, or validate the edition

`Ctrl + home` and `Ctrl + end` on a focused grid: jump straight to the grid top or bottom

Also note that by pressing the Alt key, the ribbon displays a series of shortcuts that can be used to access all the buttons.


---

# 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/it/utilizza-wiclax/linterfaccia-generale/consigli-e-scorciatoie.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.
