mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 13:58:37 +00:00
fix description bugs about mapping script
This commit is contained in:
parent
370dfbc520
commit
e81fa8714c
2 changed files with 10 additions and 10 deletions
10
README.md
10
README.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
[中文介绍](README_zh.md)
|
[中文介绍](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.
|
Here is the instruction of adding new customized mapping files.
|
||||||
|
|
||||||
- Write a customized script and put it in the `keymap` directory
|
- 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
|
- Click `refresh script` to check whether it can be found
|
||||||
- Connect your phone and enter the game scene
|
- Connect your phone, start service and click `apply`
|
||||||
- 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`)
|
- 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
|
- 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.
|
- (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
|
## 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:
|
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)
|
[English introduction](README.md)
|
||||||
|
|
||||||
|
@ -29,15 +29,15 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备,并进行显示和
|
||||||
|
|
||||||
自定义按键映射操作方法如下:
|
自定义按键映射操作方法如下:
|
||||||
- 编写自定义脚本放入keymap目录
|
- 编写自定义脚本放入keymap目录
|
||||||
- 启动服务之前记得勾选自定义映射选项,并选择自定义映射脚本
|
- 点击刷新脚本,确保脚本可以被检测到
|
||||||
- 连接手机以后进入游戏场景
|
- 连接手机并启动服务之后,点击应用脚本
|
||||||
- 按~键(数字键1左边)切换为游戏映射模式即可体验(具体按什么键要看你按键脚本定义的switchKey)
|
- 进入游戏场景,按~键(数字键1左边)切换为游戏映射模式即可体验(具体按什么键要看你按键脚本定义的switchKey)
|
||||||
- 再次按~键切换为正常控制模式
|
- 再次按~键切换为正常控制模式
|
||||||
- 要想wasd控制开车记得在载具设置中设置为单摇杆模式
|
- 要想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
|
关键点|scrcpy|QtScrcpy
|
||||||
--|:--:|:--:
|
--|:--:|:--:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue