-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkeybinds.json
48 lines (48 loc) · 1.06 KB
/
keybinds.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"monkeys": {
"dart": "q",
"boomerang": "w",
"bomb": "e",
"tack": "r",
"ice": "t",
"glue": 21,
"sniper": 44,
"sub": "x",
"buccaneer": "c",
"ace": "v",
"heli": "b",
"mortar": "n",
"dartling": "m",
"wizard": "a",
"super": "s",
"ninja": "d",
"alchemist": "f",
"druid": "g",
"farm": "h",
"engineer": "l",
"spike": "j",
"village": "k",
"beasthandler": "i",
"mermonkey": "o",
"hero": "u"
},
"path": {
"0": 51,
"1": 52,
"2": 53
},
"others": {
"retarget": "{Tab}",
"special": "{PgDn}",
"sell": "{Backspace}",
"play": "{Space}"
},
"recording": {
"select_monkey": "ctrl",
"remove_obstacle": "right shift",
"retarget": "tab",
"sell": "backspace",
"monkey_special": "page down",
"await_round": "left shift"
}
}