> ## Documentation Index
> Fetch the complete documentation index at: https://rockxy-develop.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard Shortcuts

> All keyboard shortcuts for proxy control, recording, navigation, and session management

Rockxy supports keyboard shortcuts for the most common debugging actions. All shortcuts are accessible from the menu bar as well.

## Proxy Control

| Shortcut                                     | Action           |
| -------------------------------------------- | ---------------- |
| <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd> | Start Proxy      |
| <kbd>Cmd</kbd>+<kbd>.</kbd>                  | Stop Proxy       |
| <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>E</kbd> | Toggle Recording |

## Session

| Shortcut                    | Action        |
| --------------------------- | ------------- |
| <kbd>Cmd</kbd>+<kbd>K</kbd> | Clear Session |

## General

| Shortcut                    | Action        |
| --------------------------- | ------------- |
| <kbd>Cmd</kbd>+<kbd>,</kbd> | Open Settings |

<Tip>
  Check the menu bar for the full list of available shortcuts. Some actions gain keyboard shortcuts when plugins are installed.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Settings" icon="gear" href="/customization/settings">
    Configure proxy port, buffer sizes, and storage behavior
  </Card>

  <Card title="Traffic Capture" icon="globe" href="/features/traffic-capture">
    Start intercepting HTTP and HTTPS traffic
  </Card>
</CardGroup>
