> For the complete documentation index, see [llms.txt](https://docs.gmgn.ai/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmgn.ai/cn/zhan-hao-kuai-jie-jian.md).

# 战壕快捷键

### 1. 开启战壕快捷键

在战壕找到键盘图标，点击即可进入快捷键设置面板

* 启用快捷键：开启后即可进行各类快捷键操作。开启状态下，键盘图标将高亮显示为绿色

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

***

### 2. 基础辅助功能（看盘利器）

在快捷键设置面板中，您可以优先配置以下提升扫链盯盘和投研效率的功能：

* **鼠标悬停时暂停代币推送**：当您的鼠标悬停在特定代币列时，该列的信息流将自动暂停刷新，方便看清代币详情
* **启用 X 预览**：鼠标悬停代币 + X 预览键（默认 `X`）。按下即可在不离开当前页面的情况下，快速浏览该代币的推特信息
* **启用网页预览** ：鼠标悬停代币 + 网页预览键（默认 `V`）。按下即可呼出代币网页信息浮窗。 \
  🔥 核心亮点：如果该代币关联了 YouTube、TikTok 或 Instagram 链接，浮窗内会直接解析并自动播放视频

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

***

### 3. 快捷键买入

我们提供两种快捷买入模式，满足不同交易习惯的用户：

#### 模式 A：简单模式 —— 适合“鼠标 + 键盘”流派

在此模式下，依靠鼠标定位目标，键盘执行买入

* 操作路径：鼠标移动到某列战壕 + 按住 辅助键（默认 `Z`） + 按下 行键 = 触发买入
* 按下 辅助键 后，该列代币卡片底层会亮起巨大的键位水印（如 1, 2, 3），方便快速精准定位你想买入的代币

> 注：此模式将自动开启“鼠标悬停时暂停代币推送“

<figure><img src="/files/BcxnCYUMhFaJzX0KJDqo" alt="" width="563"><figcaption></figcaption></figure>

#### 模式 B：组合模式  —— 适合“纯键盘”流派

在此模式下，完全脱离鼠标，依靠全键盘组合键实现买入

* 操作路径：按住 暂停键（默认 `Space` 空格） + 按住 列键（选择 新创建/即将打满/已开盘） + 按下 行键 = 触发买入！
* 按下 暂停键 + 列键 后，该列代币卡片底层会亮起巨大的键位水印（如 1, 2, 3），方便快速精准定位你想买入的代币

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


---

# 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.gmgn.ai/cn/zhan-hao-kuai-jie-jian.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.
