You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
522 B
39 lines
522 B
{
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
} |