Merge pull request #201 from liangent/autorun

Auto-run on Key_Equal for the sample keymap
This commit is contained in:
Barry 2020-06-11 12:58:47 +08:00 committed by GitHub
commit b94ce1d04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,16 @@
"y": 0.35
}
},
{
"comment": "自动跑",
"type": "KMT_CLICK",
"key": "Key_Equal",
"pos": {
"x": 0.84,
"y": 0.26
},
"switchMap": false
},
{
"comment": "跳",
"type": "KMT_CLICK",
@ -253,4 +263,4 @@
"switchMap": false
}
]
}
}