Open Gambrinus69 opened 2 months ago
many errors in your keymap read https://github.com/barry-ran/QtScrcpy/blob/dev/docs/KeyMapDes.md for reference add switchMap when using kmt_clicks
{
"comment": "Backearse",
"type": "KMT_CLICK",
"key": "Key_B",
"pos":
{
"x": 0.251156,
"y": 0.883375
},
"switchMap": false
},
those "endPos": "mouse", "onRelease": true inside KMT_DRAGS wont work aswell, for reference inside tiktok,json
{
"comment": "上滑",
"type": "KMT_DRAG",
"key": "Key_Up",
"startPos": {
"x": 0.5,
"y": 0.7
},
"endPos": {
"x": 0.5,
"y": 0.3
}
},
you added some stuff there.. did you build it yourself with modifications? if so i can't help. but if not, the comment above me is relevant to you
I have tried writing and modifying it in various ways, but I can't find the problem. Could you please help me? It is for the Wild Rift game.