#maxthreadsperhotkey 2
F12::
	{
	toggle:=!toggle
	while, toggle
		{
			Send {NumpadSub down}
			Sleep 100
			Send {NumpadSub up}
		}
	}
return