fix description bugs about mapping script

This commit is contained in:
Tian Zhou 2019-11-18 22:07:04 -05:00
commit e81fa8714c
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
![build state](https://img.shields.io/badge/build-passing-brightgreen.svg) ![build state](https://img.shields.io/badge/build-passing-brightgreen.svg)
![license](https://img.shields.io/badge/license-Apache2.0-blue.svg) ![license](https://img.shields.io/badge/license-Apache2.0-blue.svg)
![release](https://img.shields.io/badge/release-v1.0.1-brightgreen.svg) ![release](https://img.shields.io/badge/release-v1.0.3-brightgreen.svg)
[中文介绍](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:

View file

@ -2,7 +2,7 @@
![build state](https://img.shields.io/badge/build-passing-brightgreen.svg) ![build state](https://img.shields.io/badge/build-passing-brightgreen.svg)
![license](https://img.shields.io/badge/license-Apache2.0-blue.svg) ![license](https://img.shields.io/badge/license-Apache2.0-blue.svg)
![release](https://img.shields.io/badge/release-v1.0.1-brightgreen.svg) ![release](https://img.shields.io/badge/release-v1.0.3-brightgreen.svg)
[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
--|:--:|:--: --|:--:|:--: