File: bindings.cfg

package info (click to toggle)
sear 0.5.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,408 kB
  • ctags: 2,580
  • sloc: cpp: 14,902; sh: 10,890; makefile: 172
file content (37 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
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
[key_bindings]

k = "/say sowee"
i = "/inventory"
s = "+character_move_backward"
w = "+character_move_forward"
p = "/pickup"
t = "/touch"
d = "+character_rotate_right"
a = "+character_rotate_left"
q = "+character_strafe_left"
e = "+character_strafe_right"
escape = "/quit"
backquote = "/toggle_console"
tab = "/toggle_mlook"
caret = "/toggle_console"
down = "+camera_zoom_out"
f11 = "/toggle_console"
f12 = "/toggle_fullscreen"
left = "+camera_rotate_left"
page_down = "+camera_elevate_up"
page_up = "+camera_elevate_down"
right = "+camera_rotate_right"
up = "+camera_zoom_in"
left_shift = "+run"
right_shift = "+run"
caps = "/toggle_run"

alt_delete = "/edit_delete"
alt_down = "/edit_move_local_y -0.1"
alt_left = "/edit_move_local_x -0.1"
alt_right = "/edit_move_local_x 0.1"
alt_shift_down = "/edit_move_local_z -0.1"
alt_shift_left = "/edit_rotate_z -0.05"
alt_shift_right = "/edit_rotate_z 0.05"
alt_shift_up = "/edit_move_local_z 0.1"
alt_up = "/edit_move_local_y 0.1"