# Mouse Actions

## Mouse Actions <a href="#mouse-actions" id="mouse-actions"></a>

With the mouse, you can do most of the data manipulations needed in the visualisation view.

* **\[Double Click]:** Reset zoom
* **\[Left Click]**: Set/move the cursor
* **\[Right Click + Drag]**: Zoom to selected time range
* **\[Right Click + Drag + CTRL]**: Zoom to selected square
* **\[Middle Button + Scroll]**: Zoom on the time axis
* **\[Swipe vertical]:** Zoom plot range
* **\[Swipe horizontal]:** Pan
* **\[Middle Button + Scroll + CTRL]**: Zoom on the y-axis
* **\[Middle Button + Pan (left/right)]**: Pan from left/right in time axis.

<figure><img src="/files/0oCoRuMEucwbmibdOFfY" alt=""><figcaption></figcaption></figure>

## Touchpad <a href="#keyboard-shortcuts" id="keyboard-shortcuts"></a>

Marple can be used with the touchpad of a laptop.

In order to zoom in/out in time, you can slide up and down with two fingers on the touchpad. Move left and right to pan in time.

* **\[2 Finger up/down]**: Zoom in time
* **\[2 Finger left right]**: Pan in time (left/right)
* **\[Swipe vertical]:** Zoom plot range
* **\[Swipe horizontal]:** Pan

<figure><img src="/files/Skw97iLQa0dDu9qYFH4z" alt=""><figcaption><p>Marple Touchpad Actions</p></figcaption></figure>

## **Add and remove Cursors**

* **Mouse Left click**: Add cursor on mouse position
* **Space**: Add 2nd cursor on mouse position
* **Esc**: Remove cursors


---

# 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.marpledata.com/docs/marple-insight/user-manuals/visualisation/mouse-actions.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.
