# 搜索别名与快捷键

最新版 HapiGo 支持使用别名和快捷键快速搜索和启动应用与文档，下面我们来分别了解相关功能。

### 别名

别名是搜索对象的精准匹配的短名称，比如：我经常使用 Apple 备忘录，我可以为其设置别名「1」。那么每次我输入「1」时，Apple 备忘录就会出现在第一行。这个操作可以让搜索&启动 APP 及文档的用时降低到 2 秒内，是非常高效的功能。

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

别名适用于所有主列表会出现的条目，所以我们除了可以给 APP 设置别名，也可以为「文件、文件夹、扩展、网页直达」等设置别名。如果你最近经常打开某个文件夹或在这个文件夹中搜索文件，那么就可以为这个文件夹设置别名。此时，你可以从 2 个方面提升效率：

1. 打开文件夹：输入别名后回车
2. 快速在文件夹中搜索：输入别名后按 tab，即可搜索此文件夹内的文件了

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

### 快捷键

我们可以为任意 APP 或文档设置打开快捷键，对于扩展可以设置进入扩展的快捷键。这里的快捷键为全局快捷键，在不冲突的情况可以从任意场景下触发。

### 设置别名与快捷键

通过菜单栏或 HapiGo 扩展打开设置面板，切换到「别名与快捷键」。

在这个面板中已经列出了 HapiGo 内置的扩展和网页直达等内容，可以直接编辑。对于列表中没有的 APP 或文档，可以打开 HapiGo，搜索目标对象，然后拖拽到列表中即可添加。之后分别设置别名和快捷键即可。

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


---

# 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-cn.hapigo.com/baisc/alias_hotkey.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.
