Hi all, since the MAME volume control buttons do not seem to work on my installation, I decided to map global Windows volume controls to control panel buttons with AutoHotKey, such as X::Send {Volume_Up 3} Y::Send {Volume_Down 3} All works fine using MAME stand-alone. However, when starting the AHK script with the "Run on launch" item in the Advance MAME settings like "C:\Program Files\AutoHotkey\AutoHotkey.exe" "C:\Emulators\MameUI32\_keymappings\mame.ahk" 1. the CPWizard panel is shown 2. the AHK script is started and that's it. MAME does not start. Hint: Had the same problem using AHK scripts with emulators until I tried the "Also launch" item which works perfectly. Is there an "also launch" rather than the "run on launch" with MAME also? Is there a workaround? (I am using the current GameEx version 12.98) Thanks in advance!