# Basic hotkeys

<table><thead><tr><th width="211">Hotkeys</th><th>Description</th></tr></thead><tbody><tr><td><code>CTRL + M</code></td><td>Mute your mic (audio output)</td></tr><tr><td><code>CTRL + B</code></td><td>Mute your video output</td></tr><tr><td><code>SHIFT + ALT + C</code></td><td>Toggle the control bar that's normally at the bottom of the screen</td></tr><tr><td><code>CTRL + ALT + F</code></td><td>Open the file-sharing window</td></tr><tr><td><code>CTRL + ALT + C</code></td><td>Cycle the camera to the next camera available</td></tr><tr><td><code>CTRL + ALT + S</code></td><td>Open the screen-sharing window</td></tr><tr><td><code>CTRL + ALT + D</code></td><td>Enable Draw-on-Screen</td></tr><tr><td><code>CTRL + ALT + P</code></td><td>Will toggle the picture in picture</td></tr><tr><td><code>ALT + A</code></td><td>Will toggle the speaker-output audio mute on/off (only usable when the browser tab is in focus)</td></tr></tbody></table>

{% hint style="info" %}
On MacOS use `CMD` instead of `CTRL`
{% endhint %}

When using the above keyboard short-cuts, the tab/window must be actively in focus.

When using the [Electron Capture App](/steves-helper-apps/electron-capture.md) in elevated privilege mode, the keyboard shortcuts are global.

<figure><img src="/files/2J0n3vGCyttVgyXwy9gj" alt=""><figcaption></figcaption></figure>

## Related

{% content-ref url="/pages/cuvr8p2uFhQ65Q4FydI3" %}
[\&disablehotkeys](/advanced-settings/settings-parameters/and-disablehotkeys.md)
{% endcontent-ref %}


---

# 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.vdo.ninja/guides/hotkey-support.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.
