Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as AutoHotkey by Lebrax ( 14 years ago )
#include<misc.au3>
While 1
 if _IsPressed("{end}") Then
  Sleep (10)
  send ("{UP}")
  Sleep (10)
  Send ("{ENTER}")
 EndIf
 if _IsPressed("{home}") Then
   ExitLoop
  EndIf
  sleep(10)
WEnd

 

Revise this Paste

Your Name: Code Language: