F12::
Hotkey, F11, toggle
return

F11::
	Send {Numpad0 down}
	Sleep 100
	Send {Numpad0 up}
	Sleep 100
return