Version: 1.4.2
Global hotkey plugin to toggle the Winamp equalizer (EQ) on and off.
Supports both installed and portable versions of Winamp and saves the hotkey configuration automatically.
- Set a global hotkey (default: CTRL+SHIFT+E) to toggle on/off the EQ.
- Detects Winamp portable installation and paths.ini.
- Saves hotkey settings in %APPDATA%\Winamp\Plugins\gen_eqhotkey.ini or the path specified in paths.ini.
- Download a precompiled release here or compile the plugin as a DLL using any Win32-compatible C++
- Copy gen_eqhotkey.dll to the Plugins folder of Winamp.
- Open Winamp and enable the plugin in General Purpose Plugins.
g++ -shared -o gen_eqhotkey.dll src/main.cpp -Iinclude -lcomctl32 -luser32 -lshell32- Clone the repository.
- Open a terminal in the project folder.
- Run
cmake -B buildto generate the build files. - Run
cmake --build buildto compile the DLL.