# Keyboard shortcuts

### Overview

Control the Jam extension faster with keyboard shortcuts. Skip the clicks and capture bugs, record sessions, or take screenshots directly from your keyboard. Perfect for streamlining your debugging workflow.<br>

![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FtZuIb4die417pd1wiT6B%2Fkeyboard-shortcuts.gif?alt=media\&token=f0fa07d6-0881-4562-a760-6bfbbf6d5e44)

### Key Benefits

* **Faster bug capture:** Skip mouse clicks and capture issues instantly
* **Workflow efficiency:** Keep your hands on the keyboard while testing
* **Customizable controls:** Set shortcuts that match your preferred workflow
* **Quick discovery:** Hover over extension buttons to see default shortcuts

### Default Shortcuts

{% hint style="info" %}
Chrome limits extensions to 3 default keyboard shortcuts. That's why Desktop Recording doesn't have a default shortcut . We prioritized the most commonly used features by default.
{% endhint %}

| Action             | Default shortcut                                   |
| ------------------ | -------------------------------------------------- |
| Capture screenshot | <kbd>Shift</kbd> <kbd>⌘</kbd> <kbd>S</kbd>         |
| Record tab         | <kbd>Shift</kbd> <kbd>⌘</kbd> <kbd>Space bar</kbd> |
| Instant replay     | <kbd>Shift</kbd> <kbd>⌘</kbd> <kbd>X</kbd>         |

You can find the current keyboard shortcuts by hovering over each button in the Jam extension. The shortcut will appear in a tooltip.

### Customizing Shortcuts

You can modify keyboard shortcuts to match your workflow preferences through your browser's extension settings.

**Edit Chrome Extension Shortcuts**

![](https://1990502200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtAIPUIiSH7MWC0IHLJuD%2Fuploads%2FUe2TDriWWvlylRd2XlWc%2Fedit-keyboard-shortcuts.gif?alt=media\&token=4304fffc-0fe5-431e-8153-b0dcdeaedffc)

1. Go to <chrome://extensions/shortcuts> in your address bar
2. Find the Jam extension in the list
3. Click in the shortcut field next to the action you want to change
4. Press your preferred key combination
5. The new shortcut saves automatically

You should now see your custom shortcuts when hovering over extension buttons.

### FAQs

<details>

<summary>Why doesn't Desktop Recording have a default keyboard shortcut?</summary>

Chrome limits extensions to 3 default shortcuts per extension. We chose to assign defaults to the most frequently used features: Instant Replay, Screenshot, and Record tab.

</details>

<details>

<summary>Can I assign a shortcut to Desktop Recording?</summary>

Yes. Go to your browser's extension shortcuts settings and create a custom shortcut for Desktop Recording.

</details>

<details>

<summary>What happens if my shortcut conflicts with another extension?</summary>

The browser will typically warn you about conflicts. You'll need to choose a different key combination that doesn't conflict with existing shortcuts.

</details>


---

# 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://jam.dev/docs/record-a-jam/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.
