summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-11 00:46:43 -0500
committerJune McEnroe <june@causal.agency>2018-12-11 00:46:43 -0500
commitb7f3722a5b14da0c0e05f98eef3caf40f7304022 (patch)
tree949129323a66a3c72a73b48bdccce6549e5d5246 /etc
parentRemove explicit "Os" from man pages (diff)
downloadsrc-b7f3722a5b14da0c0e05f98eef3caf40f7304022.tar.gz
src-b7f3722a5b14da0c0e05f98eef3caf40f7304022.zip
Add TF2 sensitivity binds
Diffstat (limited to 'etc')
-rw-r--r--etc/tf/cfg/autoexec.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg
index faaa616d..2fce58dd 100644
--- a/etc/tf/cfg/autoexec.cfg
+++ b/etc/tf/cfg/autoexec.cfg
@@ -1,6 +1,10 @@
+bind = "exec autoexec"
 bind \ kill
 bind ' explode
-bind = "exec autoexec"
+bind / toggle_duck
+bind 8 "sensitivity 1.5"
+bind 9 "sensitivity 1.7"
+bind 0 "sensitivity 2.5"
 bind mouse3 "voicemenu 2 6"
 bind mouse4 "voicemenu 0 7"
 bind mouse5 "voicemenu 1 4"
a4ce61bb748dcb9f7fa17&follow=1'>ui-stats.c: set parent pointer to NULL after freeing itJohn Keeping 2014-07-28git: update to v2.0.3John Keeping 2014-07-28parsing.c: make commit buffer constJohn Keeping 2014-06-30Bump version.Jason A. Donenfeld 2014-06-29remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse 2014-06-28git: update to 2.0.1Christian Hesse 2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping 2014-06-28ui-log: ignore unhandled argumentsJohn Keeping 2014-06-28git: update for git 2.0Christian Hesse 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse