From f69584268058b1c4062e83e68ffe65b2e8b5f3be Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 11 Dec 2018 00:46:43 -0500 Subject: Add TF2 sensitivity binds --- etc/tf/cfg/autoexec.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc/tf/cfg') 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" -- cgit 1.4.1 > dontfiles
summary refs log tree commit diff
path: root/bin/1sh/test.c (unfollow)
Commit message (Collapse)Author
2019-09-07Ignore SIGPIPE in relayJune McEnroe
Allows restarting consumers safely.
2019-09-07Add A Memory Called EmpireJune McEnroe
2019-09-05Handle lack of Content-TypeJune McEnroe
2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe
Oops, didn't see this.
2019-09-05Decode entities in titlesJune McEnroe
2019-09-05Print title as soon as it's availableJune McEnroe
2019-09-05Use CURL_PREFIX to set flagsJune McEnroe
2019-09-05Add titleJune McEnroe
2019-09-04Add Avorter n'est pas tuerJune McEnroe
2019-08-29Unset executable on shell scriptsJune McEnroe
2019-08-29Add long-missing setopt to bin.7June McEnroe
2019-08-29Add editJune McEnroe'2019-12-31 18:41:39 -0500'>2019-12-31Add scoop IRC output formatJune McEnroe
2019-12-31Add scoop output format optionJune McEnroe
2019-12-31Refactor scoop formatters and group colored outputJune McEnroe
2019-12-31Add strftime format string optionJune McEnroe
2019-12-31Refactor binding in scoopJune McEnroe
2019-12-31Add option to group events by contextJune McEnroe
2019-12-31Add missing includeJune McEnroe
2019-12-31Use standout mode for highlightingJune McEnroe
2019-12-31Rewrite scoop(1) argument descriptionsJune McEnroe
2019-12-31Color both nicks in a changeJune McEnroe
2019-12-31Implement nick-colored outputJune McEnroe
2019-12-31Only enable highlighting on terminal outputJune McEnroe
2019-12-31Set up pager pipeJune McEnroe
2019-12-30Normalize date inputJune McEnroe
2019-12-30Add initial rough version of scoopJune McEnroe
2019-12-30Join with USING wherever possibleJune McEnroe
2019-12-30Add -D flag to prospective scoop manualJune McEnroe
2019-12-30Order results by ID in outer query in litterboxJune McEnroe
2019-12-30Use X macro for Type enumJune McEnroe
2019-12-30Remove scoop -ABCJune McEnroe
2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe