-
Notifications
You must be signed in to change notification settings - Fork 0
/
mwheel_3slot_pms.cfg
46 lines (39 loc) · 1.24 KB
/
mwheel_3slot_pms.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
// Mousewheel slot bindings
// Usage: mousewheel up for primary, mousewheel down for melee, middle click for secondary
// This helps to keep from cycling past the weapon you want when quick switching.
// This will also prevent you from accidently bringing up the build or destroy PDA in the middle
// of battle when you are trying to kill that spy that just sapped your buildings...
// This has the melee and secondary switched so you don't accidently activate things like a gunslinger.
// unbind first in case anything else is using our bindings.
unbind "1"
unbind "2"
unbind "3"
unbind "4"
unbind "5"
unbind "6"
unbind "7"
unbind "8"
unbind "9"
unbind "0"
unbind "MWHEELUP"
unbind "MWHEELDOWN"
unbind "MOUSE3"
// reset the number bindings correctly so they will work as well
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
// primary, secondary, and melee on the wheel
bind "MWHEELUP" "slot1"
bind "MWHEELDOWN" "slot3"
bind "MOUSE3" "slot2"
echo "----------------------------------------"
echo "Mousewheel weapon select: Gunslinger/PMS"
echo "----------------------------------------"
echo "Up:Primary Down:Meleey Click:Secondary"