+LAlt:: while GetKeyState("LAlt", "P") { if GetKeyState("=", "P") { Send {Volume_Up} } if GetKeyState("-", "P") { Send {Volume_Down} } } return