From 8522795b1bb8e03ea1f4499e45d702cb71d623c7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 15 Jun 2019 14:02:48 -0400 Subject: Set sensitivity by slot in TF2 --- etc/tf/cfg/autoexec.cfg | 6 +++--- etc/tf/cfg/scout.cfg | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 etc/tf/cfg/scout.cfg diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg index 2fce58dd..2e274ed5 100644 --- a/etc/tf/cfg/autoexec.cfg +++ b/etc/tf/cfg/autoexec.cfg @@ -2,9 +2,9 @@ bind = "exec autoexec" bind \ kill bind ' explode bind / toggle_duck -bind 8 "sensitivity 1.5" -bind 9 "sensitivity 1.7" -bind 0 "sensitivity 2.5" +bind 1 "slot1; sensitivity 1.7" +bind 2 "slot2; sensitivity 1.7" +bind 3 "slot3; sensitivity 2.5" bind mouse3 "voicemenu 2 6" bind mouse4 "voicemenu 0 7" bind mouse5 "voicemenu 1 4" diff --git a/etc/tf/cfg/scout.cfg b/etc/tf/cfg/scout.cfg new file mode 100644 index 00000000..5ea8f681 --- /dev/null +++ b/etc/tf/cfg/scout.cfg @@ -0,0 +1,2 @@ +bind 1 "slot1; sensitivity 1.5" +bind 2 "slot2; sensitivity 1.5" -- cgit 1.4.1 e' href='/imbox/log/README.7?h=1.2&follow=1'>log tree commit diff
path: root/README.7 (unfollow)
Commit message (Expand)Author
2019-12-22Export To and CC headersJune McEnroe
2019-12-22Add missing includeJune McEnroe
2019-12-22Export In-Reply-To headersJune McEnroe
2019-12-21Add git-fetch-email to READMEJune McEnroe
2019-12-21Clarify purpose in READMEJune McEnroe
2019-12-21Add READMEJune McEnroe
2019-12-21Add copyright header to git-fetch-emailJune McEnroe
2019-12-21Add git-fetch-email to SEE ALSO of imboxJune McEnroe
2019-12-21Add git-fetch-email wrapperJune McEnroe
2019-12-21Determine host by SRV lookupJune McEnroe
2019-12-21Clean up remaining codeJune McEnroe
2019-12-21Clean up mboxrd codeJune McEnroe
2019-12-21Convert CRLF to LFJune McEnroe
2019-12-21Implement -CFSTJune McEnroe
2019-12-21Rewrite aspirational manualJune McEnroe
2019-12-21Null-terminate read literalsJune McEnroe