> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Shortcuts

> Keyboard shortcuts available in the VoicePing virtual office

export const FeedbackEn = () => <>
    <Tip>
      Have an idea or request about this feature? Send it to the team via <a href="/en/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

The following shortcuts are available within the virtual office.

## Virtual Office Shortcuts

| Function                    | Windows / Linux / ChromeOS | Mac                  |
| --------------------------- | -------------------------- | -------------------- |
| Mute/unmute microphone      | Alt + A                    | Command + Shift + A  |
| Turn camera on/off          | Alt + V                    | Command + Shift + V  |
| Search member               | Ctrl + F                   | Command + F          |
| Start/stop screen sharing   | Alt + S                    | Option + Command + S |
| Focus working memo          | Ctrl + T                   | Command + T          |
| Save current location       | Alt + P                    | Command + P          |
| Jump back to saved location | Alt + B                    | Command + B          |
| Send random reaction        | Alt + Y                    | Option + Y           |
| Move avatar                 | Arrow keys                 | Arrow keys           |

## Advanced Shortcuts

| Function                  | Windows / Linux / ChromeOS | Mac                 |
| ------------------------- | -------------------------- | ------------------- |
| Download latest debug log | Alt + Shift + S            | Command + Shift + S |

<FeedbackEn />
