-
Notifications
You must be signed in to change notification settings - Fork 0
/
mwheel_2slot_ps.cfg
45 lines (40 loc) · 1.33 KB
/
mwheel_2slot_ps.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
// Mousewheel slot bindings for primary and secondary only.
// Usage: mousewheel up for primary, mousewheel down for secondary, 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 leaves off the melee so you have to use the number keys for it, appropriate for an honorbound
// weapon that can't be unselected until it gets a kill.
// 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" "slot2"
bind "MOUSE3" "slot2"
echo "----------------------------------------"
echo " Mousewheel weapon select: 2slot PS"
echo "----------------------------------------"
echo "Up:Primary Down:Secondary Click:Secondary"