AutoHotKey Help!
F1::suspend
return
$Mbutton::
{
GetKeyState, state, Mbutton, T
if state = D
{
send {RButton Down}
send {~LShift::}
sleep 245
MouseClick,left
send {RButton Up}
send {RButton Down}
send {RButton Up}
}
else
{
MouseClick,middle ~ How do i change the button of middle click to the [Home] button on the keyboard?
}
}
Using autohotkey language.
The key is simply "Home" at least. Try figuring it out yourself, feels so much better ^^