Switch Equalizer APO Config with Autohotkey

This AutoHotkey script enables you to switch between Equalizer APO configurations with a keyboard shortcut.

F14::
 FileDelete, C:\Program Files\EqualizerAPO\config\config.txt
 FileAppend, Include: C:\Users\Brad331\OneDrive\Personal Projects\EQ\HE400i\HE400i EQ.txt, C:\Program Files\EqualizerAPO\config\config.txt
return
F15::
 FileDelete, C:\Program Files\EqualizerAPO\config\config.txt
 FileAppend, Include: C:\Users\Brad331\OneDrive\Personal Projects\EQ\Bedroom Stereo\November.txt, C:\Program Files\EqualizerAPO\config\config.txt
return

This switches between HE400i EQ.txt and November.txt by pressing F14 or F15. Replace the file path and name for yourself. You can more switchable configurations if you want.
This script needs to run as administrator. Use ElevatedShortcut to create an admin-permission shortcut to the AHK script and place the shortcut in %appdata%\Microsoft\Windows\Start Menu\Programs\Startup . Now the script will automatically be running on system startup.

Subscribe
Notify of
guest

5 Comments
Oldest
Newest
Inline Feedbacks
View all comments
MarredCheese

Inspired by your code, I made a version that is designed to work with a config.txt file that looks like this: Include: laptop.txt # Include: bose.txt # Include: sony.txt # Include: logitech.txt … This format allows me to still be able to mess around with the config file via the… Read more »

PocketNoob

How do I use this :/ I don’t get it really

Jezich

if it doesn’t work for someone, replace all “” with “”