# Hotkeys

<table><thead><tr><th width="150">Key</th><th>Action</th><th>Key Description (for clarity)</th></tr></thead><tbody><tr><td><code>D</code></td><td><strong>D</strong>evice Discovery</td><td>Letter D</td></tr><tr><td><code>O</code></td><td><strong>O</strong>pen Replay File</td><td>Letter O</td></tr><tr><td><code>`</code></td><td>App Settings</td><td>Backtick. (Under <code>ESC</code> key)</td></tr><tr><td><code>F11</code></td><td>Fullscreen</td><td>Function 11</td></tr><tr><td><code>Space</code></td><td>Play/pause in Replay Mode</td><td>Space bar</td></tr></tbody></table>


---

# 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.ceruleansonar.com/c/sonarview/hotkeys.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.
