diff --git a/app/src/main/res/menu/keymap_editor_menu.xml b/app/src/main/res/menu/keymap_editor_menu.xml
index 41fd6e13..d70c21ee 100644
--- a/app/src/main/res/menu/keymap_editor_menu.xml
+++ b/app/src/main/res/menu/keymap_editor_menu.xml
@@ -3,30 +3,30 @@
+ android:title="@string/d_pad" />
+ android:title="@string/crosshair" />
+ android:title="@string/left_click" />
+ android:title="@string/right_click" />
+ android:title="@string/swipe_key" />
+ android:title="@string/add_key" />
+ android:title="@string/save" />
\ No newline at end of file
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 5e94b59a..d7643cbb 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -48,7 +48,7 @@
滑动延迟 %d 毫秒
配置名称
未获取 root 权限
- 键映射器需要获取root权限才能运行。\n请从 KernelSU 管理器应用向 XtMapper 授予权限:
+ 键映射器需要获取root权限才能运行。\n请从 KernelSU 管理器应用向 XtMapper 授予权限
服务无法以 root 权限启动
无法获得权限。您想退出程序吗?\n
@@ -61,4 +61,12 @@
指针模式
以叠加方式打开编辑器
+
+ D-Pad
+ CrossHair
+ Left Click
+ Swipe Key
+ Add Key
+ Save
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 75cf3676..7c2e02e4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -49,7 +49,7 @@
Swipe delay %d milliseconds
Profile Name
Root access not found
- Root access is required for the keymapper to function. \n Please grant superuser to XtMapper from KernelSU manager app:
+ Root access is required for the keymapper to function. \n Please grant superuser to XtMapper from KernelSU manager app
Service failed to start as root
Unable to obtain privileges. Do you want to exit the application?\n
@@ -62,4 +62,12 @@
Pointer Mode
Open editor as overlay
+
+ D-Pad
+ CrossHair
+ Left Click
+ Swipe Key
+ Add Key
+ Save
+
\ No newline at end of file