> For the complete documentation index, see [llms.txt](https://docs.tempoweave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempoweave.com/special-topics/troubleshooting-tips-and-frequently-asked-questions/right-click-requirements.md).

# Right-Click Requirements

There are a few places in TempoWeave Studio where a Right-Click is either required, or quicker.  Most mice have at ease two buttons and one is designated as the Right Mouse button (they can usually be swapped for lefties), but when we say Right-Click we normally mean the right-most mouse button. &#x20;

If you have a mouse with only a single button, you have a few options:

## Right-click on Mac

On your Mac, a right-click is called a *secondary click* or Control-click. To open shortcut menus, Control-click an item (such as the desktop, icons, or files) using your keyboard and mouse or trackpad.

### Control-click an item

Press and hold the Control key while you click an item using your mouse or trackpad.

**Tip:** If you have a Magic Keyboard with Touch ID and Numeric Keyboard (USB-C), you can use the Contextual Menu key ![](https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/f27b507b01789bcfec1129bc6a280306.png) (located below the F13 key) to open a shortcut menu with your keyboard.

You can also set up additional Control-click options for your mouse or trackpad.

### Control-click items using only your mouse

To Control-click items using only your mouse, you may need to change its settings.

<figure><img src="https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/5698763ac13d3c5d1720a0dc8afed4a9.png" alt="Mouse options in System Settings showing the secondary click option set to Click Right Side and the corresponding animation." height="593" width="401"><figcaption></figcaption></figure>

1. Go to the [System Settings](https://support.apple.com/en-ca/guide/mac-help/aside/glos063f0019/26/mac/26) app ![](https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/ba2022ad31bc65ca9a8cba76014a8826.png) on your Mac.
2. Click Mouse ![](https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/c72dc08d7ff473cbcb05cfb79b442e59.png) in the sidebar. (You may need to scroll down.)
3. Click the “Secondary click” pop-up menu, then choose an option.

   You can choose to click the right or left side of the mouse surface, whichever is most comfortable for you.

### Control-click items using only your trackpad

To Control-click items using only your trackpad, you may need to change its settings.

<figure><img src="https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/1cdd7c2d6a5bf3c7024a5f6a618ba6d3.png" alt="Trackpad options in System Settings showing the secondary click option set to Click with Two Fingers and the corresponding animation." height="593" width="401"><figcaption></figcaption></figure>

1. Go to the [System Settings](https://support.apple.com/en-ca/guide/mac-help/aside/glos063f0019/26/mac/26) app ![](https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/ba2022ad31bc65ca9a8cba76014a8826.png) on your Mac.
2. Click Trackpad ![](https://help.apple.com/assets/694058E34AF4DEFE100B21F0/694058E5E47399E70903F18D/en_US/a9229f450fd3818cdc5f06595bff68d2.png) in the sidebar. (You may need to scroll down.)
3. Click the “Secondary click” pop-up menu, then choose an option.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tempoweave.com/special-topics/troubleshooting-tips-and-frequently-asked-questions/right-click-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
