# 界面控制

| Interface Control                  | 界面控制        |
| ---------------------------------- | ----------- |
|                                    |             |
| Resize a Window                    | 调整窗口大小      |
| Move a Window                      | 移动窗口        |
|                                    |             |
| Manipulate a Window                | 操纵窗口        |
| Bring a Window to the Front        | 将窗户放在前面     |
| Bring Application Windows to Front | 将应用程序窗口置于前面 |
| Move or Click Mouse                | 移动或单击鼠标     |
|                                    |             |
| Click at Found Image               | 单击找到的图像     |
| Select or Show a Menu Item         | 选择或显示菜单项    |
|                                    |             |
| Select Menu by Name                | 按名称选择菜单     |
| a Press a Button                   | a 按一个按钮     |
| a Press a Button When Enabled      | a 启用后按下按钮   |
|                                    |             |
| Type a Keystroke                   | 输入一个按键      |
|                                    |             |
| Type Modifiers                     | 类型修饰符       |
| Simulate Hardware Key              | 模拟硬件密钥      |
| Simulate Scroll Wheel              | 模拟滚轮        |
| Use Variable                       | 使用变量        |
|                                    |             |
| Set Next Engine Window Position    | 设置下一个引擎窗口位置 |


---

# 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://km.qxpai.cn/dong-zuo-action/jie-mian-kong-zhi.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.
