docs: change docs to docs dir

This commit is contained in:
rankun 2019-10-25 13:22:28 +08:00
parent 276ae38be1
commit dbbc71ba46
5 changed files with 8 additions and 8 deletions

View file

@ -19,9 +19,9 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备并进行显示和
![linux](screenshot/ubuntu.png)
## 自定义按键映射仅windows平台开启
可以根据需要自己编写脚本将PC键盘按键映射为手机的触摸点击编写规则在[这里](按键映射说明.md)。
可以根据需要自己编写脚本将PC键盘按键映射为手机的触摸点击编写规则在[这里](docs/按键映射说明.md)。
默认自带了针对和平精英手游进行键鼠映射的映射脚本,开启后可以用键鼠像玩端游一样玩和平精英手游,你也可以按照[编写规则](按键映射说明.md)编写其他游戏的映射文件,默认按键映射如下:
默认自带了针对和平精英手游进行键鼠映射的映射脚本,开启后可以用键鼠像玩端游一样玩和平精英手游,你也可以按照[编写规则](docs/按键映射说明.md)编写其他游戏的映射文件,默认按键映射如下:
![game](screenshot/game.jpg)
@ -160,10 +160,10 @@ Mac OS平台你可以直接使用我编译好的可执行程序:
- 后台录制:只录制,不显示界面
## TODO
[后期计划](TODO.md)
[后期计划](docs/TODO.md)
## FAQ
[常见问题说明](FAQ.md)
[常见问题说明](docs/FAQ.md)
## 为什么开发QtScrcpy
综合起来有以下几个原因,比重从大到小排列:

View file

@ -18,9 +18,9 @@ Supports three major desktop platforms, GNU/Linux, Windows and MacOS.
![linux](screenshot/ubuntu.png)
## Custom keymaponly windows enable
You can write your own script to map the PC keyboard keys to the touch and click of the mobile phone according to your needs. [Here](按键映射说明.md) are the rules.
You can write your own script to map the PC keyboard keys to the touch and click of the mobile phone according to your needs. [Here](docs/按键映射说明.md) are the rules.
By default, it has its own mapping script for key and mouse mapping of "Game for peace" mobile games. When enabled, you can use key and mouse to play "Game for peace" mobile games like PC games. You can also write mapping files of other games according to [writing rules](按键映射说明.md). The default key mapping is as follows:
By default, it has its own mapping script for key and mouse mapping of "Game for peace" mobile games. When enabled, you can use key and mouse to play "Game for peace" mobile games like PC games. You can also write mapping files of other games according to [writing rules](docs/按键映射说明.md). The default key mapping is as follows:
![game](screenshot/game.jpg)
@ -151,10 +151,10 @@ Real-time mouse and keyboard control Android device
- Background recording: record only, no display interface
## TODO
[TODO](TODO.md)
[TODO](docs/TODO.md)
## FAQ
[FAQ](FAQ.md)
[FAQ](docs/FAQ.md)
## Why develop QtScrcpy?
There are several reasons for this, and the proportions are arranged from large to small:

View file