> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/idcampro/competitions/navigation/keyboard.md).

# Keyboard

You can navigate around IDCamPro by using keyboard shortcuts. These shortcuts can be configured in `?` - `Command Bindings`.&#x20;

<figure><img src="/files/YJP2rM0QtORYnwCs53an" alt="" width="375"><figcaption></figcaption></figure>

The following keyboard shortcuts are defined per default:&#x20;

<table><thead><tr><th width="170"></th><th></th></tr></thead><tbody><tr><td>Left/Right</td><td>Go to the previous or next frame (holding Shift together will jump by 10 frames at once)</td></tr><tr><td>Page down/up</td><td>Go to the previour or next bib marker</td></tr><tr><td>Space</td><td>Holding down the key will record all frames until released</td></tr><tr><td>Ctrl+F</td><td>Focus on the search box to allow for bib and timestamp searching</td></tr></tbody></table>


---

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

```
GET https://docs.dbnetsoft.com/dbnetsoft/idcampro/competitions/navigation/keyboard.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.
