# Lucia无小键盘操作方法

**找到菜单注入器文件夹**

{% tabs %}
{% tab title="无小键盘配置文件" %}
**下载文件直接替换**

{% embed url="<https://hzmod.lanzoub.com/im86F0t1mx1c>" %}
{% endtab %}

{% tab title="无小键盘配置参数.请自行复制修改" %}
**鼠标`右键`选择**<mark style="color:red;">**`打开方式为记事本`**</mark>**,用记事本的方式运行**<mark style="color:orange;">**`HotKey.json`**</mark>

**里面内容全部删除,复制下方内容到文本内并保存**

```
{
   "Language" : "zh_CN",
   "Down key" : 40,
   "Left key" : 37,
   "Menu Key" : 115,
   "Move back key" : 83,
   "Move down key" : 90,
   "Move forward key" : 87,
   "Move left key" : 65,
   "Move right" : 68,
   "Move up key" : 81,
   "No clip key" : 114,
   "Return key" : 8,
   "Right key" : 39,
   "Select key" : 13,
   "Speed mode" : 16,
   "Teleport Madam Nazar key" : 118,
   "Teleport To Waypoint key" : 116,
   "Teleport To camp key" : 117,
   "Up key" : 38
}
```

**然后保存后退出即可,届时你的菜单操作方式变成**
{% endtab %}

{% tab title="87键配置参数,请自行复制" %}
**鼠标`右键`选择**<mark style="color:red;">**`打开方式为记事本`**</mark>**,用记事本的方式运行**<mark style="color:orange;">**`HotKey.json`**</mark>

**里面内容全部删除,复制下方内容到文本内并保存**

```
{
   "Language" : "Simplified Chinese",
   "Menu" : 115,
   "Up" : 38,
   "Down" : 40,
   "Left" : 37,
   "Right" : 39,
   "Return" : 8,
   "Select" : 13,

   "No clip" : 114,
   "Move forward" : 87,
   "Move back" : 83,
   "Move left" : 65,
   "Move right" : 68,
   "Move up" : 81,
   "Move down" : 90,
   "Speed mode" : 16,

   "Teleport Madam Nazar" : 118,
   "Teleport To Waypoint" : 116,
   "Teleport To camp" : 117,

   "Bullet tracking" : 119,
   "Treasure map" : 120,
   "Game acceleration" : 121
}
```

**然后保存后退出即可,届时你的菜单操作方式就改变成功**
{% endtab %}

{% tab title="87键配置参数" %}
**下载文件直接替换**

{% embed url="<https://hzmod.lanzoub.com/i1AER1h2szva>" %}
{% endtab %}
{% endtabs %}


---

# 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.hzz.im/rdr2/exit/lucia/num.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.
