mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 03:55:04 +00:00
fix description bugs about mapping script
This commit is contained in:
parent
a1e04aa376
commit
9106f04fcf
2 changed files with 10 additions and 10 deletions
10
README.md
10
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[中文介绍](README_zh.md)
|
||||
|
||||
|
@ -30,15 +30,15 @@ A script for "PUBG mobile" mapping is provided by default. Once enabled, you can
|
|||
Here is the instruction of adding new customized mapping files.
|
||||
|
||||
- Write a customized script and put it in the `keymap` directory
|
||||
- Select the script you need. Check the `custom map` option before starting the service
|
||||
- Connect your phone and enter the game scene
|
||||
- Press the ~ key (left side of the number key 1) to switch to the mapping mode (It can be changed in the script as `switchkey`)
|
||||
- Click `refresh script` to check whether it can be found
|
||||
- Connect your phone, start service and click `apply`
|
||||
- Start the game and press `~` key (left side of the number key 1) to switch to the mapping mode (It can be changed in the script as `switchkey`)
|
||||
- Press the ~ key again to switch back to normal mode
|
||||
- (For PUBG and similar games) If you want to drive cars with WASD, you need to check the `single rocker mode` in the game setting.
|
||||
|
||||
## Thanks
|
||||
|
||||
QtScrcpy is based on [Genymobile's](https://github.com/Genymobile) [scrcpy](https://github.com/Genymobile/scrcpy) project and is very grateful to them.
|
||||
QtScrcpy is based on [Genymobile's](https://github.com/Genymobile) [scrcpy](https://github.com/Genymobile/scrcpy) project. Thanks
|
||||
|
||||
The difference between QtScrcpy and the original scrcpy is as follows:
|
||||
|
||||
|
|
10
README_zh.md
10
README_zh.md
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[English introduction](README.md)
|
||||
|
||||
|
@ -29,15 +29,15 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备,并进行显示和
|
|||
|
||||
自定义按键映射操作方法如下:
|
||||
- 编写自定义脚本放入keymap目录
|
||||
- 启动服务之前记得勾选自定义映射选项,并选择自定义映射脚本
|
||||
- 连接手机以后进入游戏场景
|
||||
- 按~键(数字键1左边)切换为游戏映射模式即可体验(具体按什么键要看你按键脚本定义的switchKey)
|
||||
- 点击刷新脚本,确保脚本可以被检测到
|
||||
- 连接手机并启动服务之后,点击应用脚本
|
||||
- 进入游戏场景,按~键(数字键1左边)切换为游戏映射模式即可体验(具体按什么键要看你按键脚本定义的switchKey)
|
||||
- 再次按~键切换为正常控制模式
|
||||
- 要想wasd控制开车记得在载具设置中设置为单摇杆模式
|
||||
|
||||
## 感谢
|
||||
|
||||
基于[Genymobile](https://github.com/Genymobile)的[scrcpy](https://github.com/Genymobile/scrcpy)项目进行复刻,重构,非常感谢他。QtScrcpy和原版scrcpy区别如下:
|
||||
基于[Genymobile](https://github.com/Genymobile)的[scrcpy](https://github.com/Genymobile/scrcpy)项目进行复刻,重构,非常感谢。QtScrcpy和原版scrcpy区别如下:
|
||||
|
||||
关键点|scrcpy|QtScrcpy
|
||||
--|:--:|:--:
|
||||
|
|
Loading…
Add table
Reference in a new issue