Skip to content

Commit d444f26

Browse files
w4pobarry-ran
authored andcommitted
docs: add ScrcpyKeyMapper tool to key mapping documentation
1 parent 2f24524 commit d444f26

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/KeyMapDes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,18 @@ Description of the unique attributes of different key mapping types:
7373
-rightOffset After pressing the right direction key, drag it to the right offset of the center to the right of the centerPos position
7474
-upOffset After pressing the up arrow key, drag it to the upper offset position horizontally relative to the centerPos position
7575
-downOffset Press the down arrow key and drag it to the downOffset position horizontally relative to the centerPos position
76+
77+
## Visual Key Mapping Tool
78+
79+
A web-based GUI tool is available to help you create and manage key mappings visually: [ScrcpyKeyMapper](https://github.com/w4po/ScrcpyKeyMapper)
80+
81+
![ScrcpyKeyMapper Screenshot](https://raw.githubusercontent.com/w4po/ScrcpyKeyMapper/main/assets/screenshot.png)
82+
83+
You can use this tool to:
84+
- Create key mappings visually
85+
- Test your mappings in real-time
86+
- Export mappings as JSON files
87+
- Import existing mappings for editing
88+
89+
Try it online: [ScrcpyKeyMapper Web App](https://w4po.github.io/ScrcpyKeyMapper)
90+

docs/KeyMapDes_zh.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,16 @@
7474
- upOffset 按下上方向键后模拟拖动到相对centerPos位置水平偏上upOffset处
7575
- downOffset 按下下方向键后模拟拖动到相对centerPos位置水平偏下downOffset处
7676

77+
## 可视化按键映射工具
78+
79+
现在有一个基于Web的GUI工具可以帮助你直观地创建和管理按键映射:[ScrcpyKeyMapper](https://github.com/w4po/ScrcpyKeyMapper)
80+
81+
![ScrcpyKeyMapper截图](https://raw.githubusercontent.com/w4po/ScrcpyKeyMapper/main/assets/screenshot.png)
82+
83+
你可以使用这个工具来:
84+
- 直观地创建按键映射
85+
- 实时测试你的映射
86+
- 导出映射为JSON文件
87+
- 导入现有映射进行编辑
88+
89+
在线试用:[ScrcpyKeyMapper网页应用](https://w4po.github.io/ScrcpyKeyMapper)

0 commit comments

Comments
 (0)