mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-30 04:38:37 +00:00
Merge pull request #201 from liangent/autorun
Auto-run on Key_Equal for the sample keymap
This commit is contained in:
commit
fc13a4317d
1 changed files with 11 additions and 1 deletions
|
@ -52,6 +52,16 @@
|
||||||
"y": 0.35
|
"y": 0.35
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"comment": "自动跑",
|
||||||
|
"type": "KMT_CLICK",
|
||||||
|
"key": "Key_Equal",
|
||||||
|
"pos": {
|
||||||
|
"x": 0.84,
|
||||||
|
"y": 0.26
|
||||||
|
},
|
||||||
|
"switchMap": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"comment": "跳",
|
"comment": "跳",
|
||||||
"type": "KMT_CLICK",
|
"type": "KMT_CLICK",
|
||||||
|
@ -253,4 +263,4 @@
|
||||||
"switchMap": false
|
"switchMap": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue