From 39a81cd6daa9fbfbc7a56021e23a4bd8fae505e7 Mon Sep 17 00:00:00 2001 From: Liangent Date: Sat, 6 Jun 2020 04:52:11 +0000 Subject: [PATCH] TPP/FPP switch on Key_V 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 3b46c4aa2..d9b10a40d 100644 --- a/keymap/gameforpeace.json +++ b/keymap/gameforpeace.json @@ -82,6 +82,16 @@ }, "switchMap": true }, + { + "comment": "视角", + "type": "KMT_CLICK", + "key": "Key_V", + "pos": { + "x": 0.23, + "y": 0.95 + }, + "switchMap": false + }, { "comment": "趴", "type": "KMT_CLICK", @@ -253,4 +263,4 @@ "switchMap": false } ] -} \ No newline at end of file +}