This tool is a handy way to define media control keys for - play/pause music - play next song - replay previous song
Copy the EXE file in a folder you like and start it via double click. The tool will create an INI file for configuration and will create at first run an autostart link and open also this autostart folder for you. This will just happen at first start.
To configure the shortcuts or key combination, close at first the tool by click on the icon in taskbar and click on "Exit" in context menu. Open the config.ini file and set the values for "Play", "Next" and "Prev".
Possible values 1 Possible values 2
Example values:
"^!d" -> Ctrl+Alt+D
"+!d" -> Shift+Alt+D
"^" -> Ctrl
"!" -> Alt
"+" -> Shift
Just combine the values to a string and add it in the config.ini.
To build this project install
Open the "gHotKeys.au3" File with the Autoit IDE and press F5 to Run the project or Ctrl+F7 to compile a new EXE file.