summaryrefslogtreecommitdiff
path: root/assets/default.cfg
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
committerMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
commit01beb9919b95479d8be040bec74abc5cc67a5e43 (patch)
tree65f0b79e793848491832756a4c3a32b23668fab3 /assets/default.cfg
parent191d731da136b7ee959a17e63111c9146219a768 (diff)
Initial import.
Diffstat (limited to 'assets/default.cfg')
-rw-r--r--assets/default.cfg94
1 files changed, 94 insertions, 0 deletions
diff --git a/assets/default.cfg b/assets/default.cfg
new file mode 100644
index 0000000..040baf9
--- /dev/null
+++ b/assets/default.cfg
@@ -0,0 +1,94 @@
+//
+// KEY BINDINGS
+//
+
+
+unbindall
+
+bind - sizedown
+bind _ sizedown
+bind = sizeup
+bind + sizeup
+
+//
+// WEAPONS/UPGRADES
+//
+bind MOUSE1 +attack
+bind MOUSE2 +button5
+
+bind [ weapprev
+bind ] weapnext
+bind mwheelup weapprev
+bind mwheeldown weapnext
+bind ENTER +button2
+bind MOUSE3 +button2
+
+
+//
+// CHARACTER CONTROLS
+//
+
+bind CTRL +attack
+
+bind ALT +strafe
+bind SHIFT +speed
+bind x boost
+
+bind DEL +lookdown
+bind PGDN +lookup
+bind END centerview
+
+bind c +movedown
+bind SPACE +moveup
+
+
+bind UPARROW +forward
+bind DOWNARROW +back
+bind LEFTARROW +left
+bind RIGHTARROW +right
+bind w +forward
+bind a +moveleft
+bind s +back
+bind d +moveright
+
+//
+// MISC
+//
+
+bind t messagemode
+bind y messagemode2
+bind u messagemode3
+bind i messagemode4
+
+bind z +zoom
+bind r reload
+bind b "buy ammo"
+bind m "itemact medkit"
+bind q +button7
+bind e deconstruct
+bind f +button3
+bind h scoresUp
+bind n scoresDown
+
+bind \ +mlook
+
+//
+// CLIENT ENVIRONMENT COMMANDS
+//
+
+bind PAUSE pause
+bind ESCAPE togglemenu
+bind ~ toggleconsole
+bind ` toggleconsole
+
+bind TAB +scores
+
+bind F1 "vote yes"
+bind F2 "vote no"
+
+
+//
+// DEVELOPER KEYS
+//
+bind F11 screenshotJPEG
+