> For the complete documentation index, see [llms.txt](https://docs.songbookplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.songbookplus.com/italiano/readme/fusspedale-verwenden/steuerung-mit-gesten.md).

# Controllo tramite gesti

SongBook+ può riconoscere i gesti di scorrimento con 2 o 3 dita verso l'alto, il basso, a sinistra e a destra e anche il tocco con 2 o 3 dita in alto a sinistra, in alto a destra, in basso a sinistra o in basso a destra.

{% hint style="info" %}
Fino alla versione 6.3, le impostazioni per il controllo tramite gesti si trovano direttamente al primo livello delle impostazioni.

Dalla versione 6.4, si trovano in un nuovo gruppo "Controllo a distanza" insieme alle nuove impostazioni per il controllo tramite espressioni facciali.
{% endhint %}

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

Nelle impostazioni del controllo tramite gesti, è possibile assegnare a questi gesti, tra altre azioni, le seguenti:

* Non fare nulla
* Una pagina avanti/indietro
* Premere il tasto start/stop/pausa/riprendi
* Passare alla canzone successiva
* Tornare alla lista delle canzoni
* Aprire la lista di preselezione canzone
* Avviare/pausare/riprende lo scorrimento
* Scorrimento più veloce/lento
* Una pagina/colla/terzo/quarto avanti o indietro
* Attivare/disattivare/cambiare la riproduzione automatica
* Avviare/arrestare il metronomo
* Riprodurre jingle
* Attivare/disattivare i loop
* Attivare tutti i pulsanti funzione sulla pagina corrente
* Attivare determinati pulsanti funzione sulla pagina corrente
* Attivare uno alla volta i pulsanti funzione sulla pagina corrente
* Regolare il volume del dispositivo (più forte, più basso)
* Attivare il campo di ricerca e posizionare il cursore nel campo
* Attivare macro MIDI
* ...


---

# 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.songbookplus.com/italiano/readme/fusspedale-verwenden/steuerung-mit-gesten.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.
