so i've got this hotkey to hold on left mouse when i pres f1
F1::
alt := not alt
if (alt)
{
Click down
}
else
{
Click up
}
Return
how would i make this so it only works on trove and not everything else?