# Keyboard Shortcuts

Birdie makes it even easier to start, stop, and manage recordings with handy keyboard shortcuts!

## Default Keyboard Shortcuts

By default, you can use the following shortcuts to control the Birdie Chrome extension:

* **Start/Stop Recording**: `Ctrl + Shift + S` (Windows) / `Command + Shift + S` (Mac)
* **Pause/Resume Recording**: `Ctrl + Shift + P` (Windows) / `Command + Shift + P` (Mac)\`

## How to Customize Keyboard Shortcuts

You can edit which keyboard shortcuts work for the Birdie Chrome extension. Here’s how:

1. Open Chrome and type <mark style="color:blue;">`chrome://extensions/shortcuts`</mark> into the address bar.
2. In the list of installed extensions, find **Birdie**.
3. Click into the input fields next to each action and press your desired key combination to set a new shortcut.


---

# 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.birdie.so/birdie-docs/record-my-screen/keyboard-shortcuts.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.
