say if I wanted to bind this to make it qs when i press mouse 4 ? -- is this correct ?
F1::suspend
return
$Mbutton::
{
GetKeyState, state, Mbutton, T
if state = D
{
send {RButton Down}
sleep 245
MouseClick,left
send {RButton Up}
send {RButton Down}
send {RButton Up}
send {~LShift::}
}
else
{
???MouseClick,mouse4???
}
}