So I've figured out that the following code (in AHK) works when Winamp is in the Classic Skin (it randomizes the playlist).
Is there any way to get it to work in the modern skins, particularly Bento?code:
SendMessage, 0x111, 40212, 0, , ahk_class Winamp PE
Comment