|
Why don't you guys just use Volume_Amp_Control. Here to patch files so you can control the amps on and off with autohotkey.
batch file for amps on (Start "" "C:\Volume_Amp_Control\Volume_Amp Control.exe")
autohotkey (Q::Run C:\Volume_Amp_Control\Volume_Amp Control.EXE)
batch file for amps off (TASKKILL /F /IM "Volume_Amp Control.exe)
autohotkey (W::Run C:\Volume_Amp_Control\Amps Off.bat)
|