translate the English readme. fix bugs in the Chinese readme

This commit is contained in:
Tian Zhou 2019-11-17 18:59:33 -05:00
commit 767e9ba5b1
3 changed files with 76 additions and 72 deletions

View file

@ -10,7 +10,7 @@
- 按键映射中的坐标位置都是用相对位置表示的屏幕的宽高都用1表示例如屏幕的像素为1920x1080那么坐标(0.5,0.5)则表示的是
以屏幕左上角为原点,像素坐标(1920,1080)*(0.5,0.5)=(960,540)的位置。
- 按键映射中的按键码是用Qt的枚举表示的详细说明可以[参考Qt文档](https://doc-snapshots.qt.io/4.8/qt.html)(搜索 The key names used by Qt. 可以快速定位)。
- 按键映射中的按键码是用Qt的枚举表示的详细说明可以[参考Qt文档]( https://doc.qt.io/qt-5/qt.html )(搜索 The key names used by Qt. 可以快速定位)。
### 映射类型说明