# 手势控制

SongBook+ 可以识别用两个或三个手指向上、向下、向左和向右的滑动手势，还可以识别用两个或三个手指轻触左上、右上、左下或右下角。

{% hint style="info" %}
在版本 6.3 之前，手势控制的设置可以在设置的第一层直接找到。

从版本 6.4 开始，它们与新的面部表情控制设置一起被放置在新组 "远程控制" 中。
{% endhint %}

<figure><img src="/files/2cisGbUlDHypCvWmdCKh" alt=""><figcaption></figcaption></figure>

在手势控制的设置中，可以将以下操作分配给这些手势：

* 什么都不做
* 一页前进/后退
* 按下开始/停止/暂停/继续按钮
* 跳到下一首歌曲
* 跳回到歌曲列表
* 打开歌曲预选列表
* 开始/暂停/继续滚动
* 快速/慢速滚动
* 一整页/半页/三分之一页/四分之一页前进或后退
* 自动播放开/关/切换
* 启动/停止节拍器
* 播放配乐
* 循环开/关
* 触发当前页面上的所有功能按钮
* 触发当前页面上的特定功能按钮
* 一个接一个触发当前页面上的功能按钮
* 设置设备音量（音量加大、减小）
* 激活搜索字段并将光标设置在字段中
* 触发 MIDI 宏
* ...


---

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