> 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/en/use-wiclax/main-interface/tips-and-shortcuts.md).

# Tips and shortcuts

Keyboard shortcuts

A number of keyboard shortcuts are available to help you with most repetitive operations. Here is a list of them, listed in order of usefulness:

`F1` obtain some help on the current operation

`Escape` close a dialog form, or the print preview

`Ctrl + s` save the current event

`Ctrl + tab` navigate through the grids of the current stage

`F2` register a new participant

`F3` enter a new result

`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` open the acquisitions management form

`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/en/use-wiclax/main-interface/tips-and-shortcuts.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.
