# ClickClick(快按键)

## 软件简介&#x20;

快按键是一款利用无障碍辅助服务与通知服务提供按键与功能映射的便捷类工具软件。可以完成诸如一键网易云音乐/QQ音乐歌曲喜爱，一键打开支付宝/微信付款界面，一键打开相机，滴滴打车等等。

快按键目前功能分为以下几种类型，除内部功能类外，其余类型均可以用户自行添加：

&#x20;1\. 按键模拟类

{% hint style="info" %}
支持模拟包括返回键，HOME键，多任务键，上一曲，下一曲，音量键等在内的所有Android支持的按键。在当前全面屏趋势下，定义一个音量的单击为返回键，长按为HOME键也不失为一种别致的选择
{% endhint %}

&#x20;2\. 通知功能类

{% hint style="info" %}
支持对模拟对通知栏现有的任意通知任意控件的点击操作
{% endhint %}

&#x20;3\. URL功能类

{% hint style="info" %}
支持应用链接（scheme）和http/https的跳转
{% endhint %}

&#x20;4\. Intent功能类

{% hint style="info" %}
支持模拟任意Intent的Activity跳转
{% endhint %}

&#x20;5\. 内部功能类

{% hint style="info" %}
包括Toast提示，按照给定节奏震动，按照给定频率和时长播放正弦波音频等等。

内部功能不能自定义，但是用户可以使用自定义的参数调用内部功能，可以实现诸如播放正弦波音乐等功能
{% endhint %}

&#x20;6\. 组合功能类

{% hint style="info" %}
可以对其他所有的功能类型进行任意组合，成为一个新的组合功能
{% endhint %}

&#x20;7\. 条件功能类（尚未开放）

{% hint style="info" %}
通知栏满足某种条件时，自动执行某些功能
{% endhint %}


---

# 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://clickclick.gitbook.io/project/master.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.
