mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-06 15:38:41 +00:00
Dev (#367)
* 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:
parent
93dc6b4cfb
commit
ae7f47c490
23 changed files with 147 additions and 51 deletions
|
@ -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数组,所有一般按键映射都放在这个数组中,将键盘的按键映射为普通的手指点击。
|
||||
|
|
|
@ -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打包以及版本号
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue