mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
39 lines
No EOL
522 B
JSON
39 lines
No EOL
522 B
JSON
{
|
|
"switchKey": "Key_QuoteLeft",
|
|
"keyMapNodes": [
|
|
{
|
|
"comment": "测试一键多点",
|
|
"type": "KMT_CLICK_MULTI",
|
|
"key": "Key_Space",
|
|
"clickNodes": [
|
|
{
|
|
"delay": 500,
|
|
"pos": {
|
|
"x": 0.5,
|
|
"y": 0.5
|
|
}
|
|
},
|
|
{
|
|
"delay": 500,
|
|
"pos": {
|
|
"x": 0.8,
|
|
"y": 0.8
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"comment": "测试拖拽",
|
|
"type": "KMT_DRAG",
|
|
"key": "Key_Up",
|
|
"startPos": {
|
|
"x": 0.5,
|
|
"y": 0.7
|
|
},
|
|
"endPos": {
|
|
"x": 0.5,
|
|
"y": 0.3
|
|
}
|
|
}
|
|
]
|
|
} |