* feat: update speed ratio script

* feat: update install qt script

* feat: update dmgbuild to 1.4.2

* fix: run error on win

* feat: update comment

* feat: sync scrcpy

* feat: shoutcut no repeat

* feat: volume allow repeat

* fix: set clipboard 16 len bug

* feat: add repeat

* feat: update platform-tools to 31.0.0

* feat: update speed ratio
This commit is contained in:
Barry 2021-03-07 13:32:07 +08:00 committed by GitHub
commit ae7f47c490
23 changed files with 147 additions and 51 deletions

View file

@ -25,7 +25,9 @@
- mouseMoveMap鼠标移动映射鼠标的移动将被映射为以startPos为起点以鼠标移动方向为移动方向的手指拖动操作开启鼠标移动映射以后会隐藏鼠标限制鼠标移动范围
一般在FPS手游中用来调整人物视野。
- startPos 手指拖动起始点
- speedRatio 鼠标移动映射为手指拖动的比例可以控制鼠标灵敏度数值要大于0.00,数值越大,灵敏度越低
- speedRatio 鼠标移动映射为手指拖动的比例可以控制鼠标灵敏度数值要大于0.00225数值越大灵敏度越低Y轴以2.25的比率平移。如果这不适合您的手机屏幕,请使用以下两种设置来设置单个灵敏度值。
- speedRatioX 鼠标X轴的速度比灵敏度。此值必须至少为0.001。
- speedRatioY 鼠标Y轴的速度比灵敏度。此值必须至少为0.001。
- smallEyes 触发小眼睛的按键按下此按键以后鼠标的移动将被映射为以smallEyes.pos为起点以鼠标移动方向为移动方向的手指拖动操作
- keyMapNodes 一般按键的映射json数组所有一般按键映射都放在这个数组中将键盘的按键映射为普通的手指点击。

View file

@ -1,4 +1,4 @@
最后同步scrcpy 3c0fc8f54f42bf6e7eca35b352a7d343749b65c4
最后同步scrcpy 08baaf4b575aef7ee56d14683be3f4e3a86d39aa
# TODO
## 低优先级
@ -12,6 +12,8 @@
- opengles 3.0 兼容性参考[这里](https://github.com/libretro/glsl-shaders/blob/master/nnedi3/shaders/yuv-to-rgb-2x.glsl)
- 通过host:track-devices实现自动连接 https://www.jianshu.com/p/2cb86c6de76c
- 旋转 https://github.com/Genymobile/scrcpy/commit/d48b375a1dbc8bed92e3424b5967e59c2d8f6ca1
- 禁用屏幕保护 https://github.com/Genymobile/scrcpy/commit/dc7b60e6199b90a45ea26751988f6f30f8b2efdf
- 自定义快捷键 https://github.com/Genymobile/scrcpy/commit/1b76d9fd78c3a88a8503a72d4cd2f65bdb836aa4
## 高优先级
- linux打包以及版本号