# 全局手势

> 配置全局手势操作和快捷动作

全局手势功能为您提供了一套强大的边缘手势系统，让您可以通过简单的滑动手势来执行返回、回主页、打开应用等操作，极大地提升了操作效率。

## 功能入口

* **入口**: 首页 -> 实用工具 -> 全局手势
* **图标**: 手指点击图标

## 功能介绍

支持分别配置**主屏**和**副屏**的手势。您可以在屏幕边缘划出触发区域，通过不同的手势动作（如上滑、下滑、内滑等）触发自定义的功能。

## 设置项说明

页面顶部有两个标签页，分别对应**主屏**和**副屏**的设置。

### 1. 基础设置

* **启用主屏/副屏手势**: 全局开关。
* **启用手势区域背景色**: 开启后，屏幕边缘会显示半透明的色块，用于指示手势触发区域的位置和大小。建议在调试时开启，设置完成后关闭。
* **手势显示区域**: 选择手势触发区域的位置（如：左侧边缘、右侧边缘）。
* **触发区域宽度**: 调整边缘触发区域的宽度（10-60像素）。数值越大越容易触发，但也可能影响边缘点击。

### 2. 动作设置

您可以为以下手势分别绑定不同的动作：

* **向上滑动**
* **向下滑动**
* **向内滑动** (从边缘向屏幕中心滑动)
* **向内长距离滑动** (向内滑动并保持一段距离)
* **长按1秒** (按住触发区域不动)

**支持的动作包括**:

* 返回
* 回主页
* 最近任务
* 打开指定应用
* 打开应用抽屉
* 杀死当前应用
* ...以及更多系统功能

### 3. 应用抽屉设置

* **应用抽屉大小**: 设置呼出应用抽屉时的显示尺寸（小、中、大）。

### 4. 高级设置

* **杀死应用白名单**: 当使用“杀死当前应用”动作时，在此白名单中的应用将不会被强制关闭，防止误操作。


---

# 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://zero-7.gitbook.io/netamade/ne-zha-mei-shi/che-liang-gong-neng/quan-ju-shou-shi.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.
