# Gestures and quick actions

### Gestures

Here is the list of all supported gestures in Pixquare:

* Pan canvas - Two-finger pan
* Zoom canvas - Pinch
* Fit canvas to screen - Quick pinch ([configurable](/settings/canvas.md#quick-pinch))
* Rotate canvas - Rotate ([configurable](/settings/canvas.md#canvas-rotation))
* Undo - Two-finger tap
* Rapid undo -  Two-finger hold
* Redo - Three-finger tap
* Rapid redo - Three-finger hold
* Finish current tool - One-finger double-tap
* No-UI mode - 4-finger tap
* Select a canvas grid - Pencil double-tap
* Navigate to the next frame - Left swipe ([configurable](/settings/drawing.md#swipe-to-navigate-frames))
* Quick eye dropper - Long press one canvas by finger or pencil ([configurable](/settings/drawing.md#quick-color-picker))
* Pencil double-tap (action will match with system configuration for pencil)
* Pencil squeeze (either tool customization or quick palette)

### Quick actions

#### 1. Apple Pencil Pro squeeze actions

<figure><img src="/files/GvmVFbfWhZfsGNyCDQer" alt="" width="190"><figcaption><p>Artwork by <a href="https://x.com/MossyPixe">Mossy</a></p></figcaption></figure>

If you're equipped with the Apple Pencil Pro, which supports the squeeze gesture, you can activate some quick actions with that gesture.&#x20;

While hovering the pencil on the canvas, squeeze the pencil to show the menu.

There are 2 modes for this gesture: tool customization and color palette.

{% hint style="info" %}
For more fluent flow, you can squeeze, hold it, hover over the buttons, and release it to trigger a selection.
{% endhint %}

#### 2. Quick tools

<figure><img src="/files/s0FNYv2ubOCkvp73wZXi" alt="" width="39"><figcaption></figcaption></figure>

In between the size and opacity sliders, there is a small square. If we tap and hold that square, the eye dropper tool will be activated until the touch is released.

The eye dropper is not the only tool that we can use, we can customize the tool in Settings > Drawing > Slider quick tool

#### 3. Panel resize

<figure><img src="/files/poq7JVmYqHsgUMdPNtN5" alt=""><figcaption></figcaption></figure>

Most panels in Pixquare (timeline, palette, and gesture pad, etc.) can be resized. Look for a little triangle at the corners, drag on that triangle to size the panels.

#### 4. Slider bookmark

<figure><img src="/files/dLEUAuBzx4I17QFUuoHy" alt="" width="79"><figcaption></figcaption></figure>

Size and opacity sliders can add bookmarks so that next time we can quickly jump back to a preset size/opacity.

* To add a bookmark, tap on the slider knob, then the "+" button
* To remove a bookmark, tap on it twice and then the "-" button

#### 5. Color drop

{% embed url="<https://youtu.be/glo-2uo8vME>" %}
Artwork by [Mossy](https://x.com/MossyPixe)
{% endembed %}

The color box at the top right corner can be dragged into the canvas to perform a [bucket-fill](/tools/color-bucket.md).

The same thing can be done directly from the palette. However, for the palette, we need to long-press and then drag instead of just dragging.

#### 6. Canvas 100% zoom&#x20;

<figure><img src="/files/fVGttvaLUKrZokZAm5jE" alt="" width="71"><figcaption></figcaption></figure>

When tapping on the preview button, it will expand the preview window. However, we can also hold that button to quickly zoom the canvas to 100% and set it to be at the center of the screen to gauge how it looks in real size; release the button, and it will zoom back to the previous zoom scale and position.

#### 7. Drawing tools as an eraser

When using drawing tools (brush, line, shape) with 0 opacity, these tools will act as an eraser. So a quick trick is to drag the opacity slider down to 0 and use these tools to do custom erasing that the regular eraser cannot do easily.

#### 8. Quick zoom level

<figure><img src="/files/MzoIGlw6VXffCqmTomOU" alt="" width="375"><figcaption><p>Artwork by <a href="https://x.com/TonioPxl">Tonio</a></p></figcaption></figure>

At the bottom info bar, we can tap the zoom scale info to expand the quick zoom level options.

#### 9. Brush size board

<figure><img src="/files/w7iy6IsFXqectGgT1pwp" alt="" width="205"><figcaption></figcaption></figure>

If we swipe sideways on the size slider's knob, a board with all the sizes will appear. If we find the slider is hard to select a specific value, this will solve that problem.

### Image drag-n-drop for other apps

Pixquare supports image drag-n-drop from other apps. Read more on iPadOS drag-n-drop [here](https://support.apple.com/en-vn/guide/ipad/ipadaa83b207/ipados).

Depending on where we drop the image, different actions will be performed.

* On canvas: a new reference layer will be added using the image
* On the reference image panel: a new reference image will be added
* On the gallery screen: the image will be imported as a new artwork


---

# 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.pixquare.art/interface-and-gestures/gestures-and-quick-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.
