3 ; http://www.autohotkey.com/docs/misc/Winamp.htm
4 ; http://www.autohotkey.com/forum/topic155.html
5 ; http://www.autohotkey.com/forum/topic126.html
6 ; Ctrl+Alt+Z/X/C/V/B/Up/Down/Left/Right = Control Winamp
8 IfWinNotExist ahk_class Winamp v1.x
10 ; Otherwise, the above has set the "last found" window for use below.
11 ;ControlSend, ahk_parent, z ; Previous Track
12 PostMessage, 0x111, 40044, , ,ahk_class Winamp v1.x ; Previous Track
16 IfWinNotExist ahk_class Winamp v1.x
18 ; Otherwise, the above has set the "last found" window for use below.
19 ;ControlSend, ahk_parent, x ; Play/Restart/UnPause
20 PostMessage, 0x111, 40045, , ,ahk_class Winamp v1.x ; Play/Restart/UnPause
24 IfWinNotExist ahk_class Winamp v1.x
26 ; Otherwise, the above has set the "last found" window for use below.
27 ;ControlSend, ahk_parent, c ; Pause/UnPause
28 PostMessage, 0x111, 40046, , ,ahk_class Winamp v1.x ; Pause/UnPause
32 IfWinNotExist ahk_class Winamp v1.x
34 ; Otherwise, the above has set the "last found" window for use below.
35 ;ControlSend, ahk_parent, v ; Stop
36 PostMessage, 0x111, 40047, , ,ahk_class Winamp v1.x ; Stop
40 IfWinNotExist ahk_class Winamp v1.x
42 ; Otherwise, the above has set the "last found" window for use below.
43 ;ControlSend, ahk_parent, b ; Next Track
44 PostMessage, 0x111, 40048, , ,ahk_class Winamp v1.x ; Next Track
48 ;IfWinNotExist ahk_class Winamp v1.x
50 ;; Otherwise, the above has set the "last found" window for use below.
51 ;;ControlSend, ahk_parent, b ; Next Track
52 ;PostMessage, 0x111, 40058 , , ,ahk_class Winamp v1.x ; Raise Volume
53 ;PostMessage, 0x111, 40058 , , ,ahk_class Winamp v1.x ; Raise Volume
54 ;PostMessage, 0x111, 40058 , , ,ahk_class Winamp v1.x ; Raise Volume
55 ;PostMessage, 0x111, 40058 , , ,ahk_class Winamp v1.x ; Raise Volume
56 ;PostMessage, 0x111, 40058 , , ,ahk_class Winamp v1.x ; Raise Volume
60 ;IfWinNotExist ahk_class Winamp v1.x
62 ;; Otherwise, the above has set the "last found" window for use below.
63 ;;ControlSend, ahk_parent, b ; Next Track
64 ;PostMessage, 0x111, 40059 , , ,ahk_class Winamp v1.x ; Lower Volume
65 ;PostMessage, 0x111, 40059 , , ,ahk_class Winamp v1.x ; Lower Volume
66 ;PostMessage, 0x111, 40059 , , ,ahk_class Winamp v1.x ; Lower Volume
67 ;PostMessage, 0x111, 40059 , , ,ahk_class Winamp v1.x ; Lower Volume
68 ;PostMessage, 0x111, 40059 , , ,ahk_class Winamp v1.x ; Lower Volume
72 IfWinNotExist ahk_class Winamp v1.x
74 ; Otherwise, the above has set the "last found" window for use below.
75 ;ControlSend, ahk_parent, z ; Previous Track
76 PostMessage, 0x111, 40044, , ,ahk_class Winamp v1.x ; Previous Track
80 IfWinNotExist ahk_class Winamp v1.x
82 ; Otherwise, the above has set the "last found" window for use below.
83 ;ControlSend, ahk_parent, b ; Next Track
84 PostMessage, 0x111, 40048, , ,ahk_class Winamp v1.x ; Next Track