-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_bindings_german.cfg
68 lines (55 loc) · 1.2 KB
/
default_bindings_german.cfg
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// Hello Dave, Would you like to play a game?
unbindall
// Movement
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
// Weapon Controls
bind SHIFT "+breath_sprint"
bind MOUSE1 "+attack"
bind MOUSE2 "+toggleads_throw"
bind v "+melee"
bind 1 "+actionslot 1" //up
bind 3 "+actionslot 4" //right
bind 2 "+actionslot 2" //down
bind 5 "+actionslot 3" //left
bind MWHEELUP "weapnext"
bind MWHEELDOWN "weapprev"
bind x "+weapnext_inventory"
bind q "+weaphero"
// Inventory
bind MOUSE3 "+frag"
bind g "+frag"
bind 4 "+smoke"
// Interaction
bind f "+activate"
bind r "+reload"
bind TAB "+scores"
// Chat
bind t "chatmodepublic"
bind z "chatmodeteam"
bind p "chatmodeparty"
bind y "+talk"
// Stance
bind SPACE "+gostand"
bind CTRL "toggleprone"
bind c "+stance"
// Mouse movement dvars
set sensitivity "5"
set cl_freelook "1"
set ui_mousePitch "0"
set m_pitch "0.022"
set m_filter "0"
set cl_mouseAccel "0"
// Menus
bind PAUSE "pause"
bind ESCAPE "togglemenu"
bind ~ "toggleconsole"
bind ` "toggleconsole"
bind F10 "screenshotJPEG"
bind F9 "acceptLastGameInvite"
// Gamepad settings
set gpad_enabled "1"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "togglescores"