-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault_keyconfig.json
More file actions
44 lines (44 loc) · 1.06 KB
/
default_keyconfig.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"w": "move_forward",
"a": "move_left",
"s": "move_backward",
"d": "move_right",
"pagedown": "move_down",
"pageup": "move_up",
"/": "map_chat",
"'": "chat",
",": "move_left_in_buffer",
".": "move_right_in_buffer",
"[": "cycle_buffer_left",
"]": "cycle_buffer_right",
"escape": "quit",
"f3": "ping",
"f1": "who_online",
"c": "speak_location",
"f11": "speak_fps",
"left shift": "run",
"f2": "speak_server_message",
"f5": "online_server_list",
"left ctrl": "snap_modifier",
"q": "strafe_left",
"e": "strafe_right",
"i": "open_inventory",
"h": "check_health",
"y": "player_radar",
"\\": "mute_current_buffer",
"r": "reload_weapon",
"space": "fire_weapon",
"z": "check_ammo",
"x": "check_reserves",
"j": "pitch_up",
"k": "pitch_down",
"l": "reset_pitch",
";": "reset_bank",
"f": "interact",
"p":"check_stats",
"backspace":"open_main_menu",
"v":"speak_zone",
"`":"export_buffers",
"f6": "toggle_beacons",
"g": "voice_chat"
}