From 700e8b895496ca72748a1eadd650ccafd742ecb9 Mon Sep 17 00:00:00 2001 From: Liangent Date: Fri, 5 Jun 2020 12:22:08 +0000 Subject: [PATCH] Auto-run on Key_Equal for the sample keymap --- keymap/gameforpeace.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/keymap/gameforpeace.json b/keymap/gameforpeace.json index 3b46c4a..5895c53 100644 --- a/keymap/gameforpeace.json +++ b/keymap/gameforpeace.json @@ -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 } ] -} \ No newline at end of file +}