Jump to content

Holding Arrows Down


Recommended Posts

Func start()

While 1

Sleep(2000)

Send("{LEFT down}")

Sleep(10000)

Send("{LEFT up}")

WEnd

EndFunc

I got this little code. What its suppose to do is hold down the left arrow key for 10sc, but when i test ran this on notepad by typing bunch of letters and seeing if it would arrow over all the way to the left of the text it only presses the Left Arrow key once every 12sc... how then do u get it to hold down an arrow key for a specific time?

Link to comment
Share on other sites

seeing if it would arrow over all the way to the left of the text

If you just want to move the cursor to the far left side of the current line in your text editor try Send("{HOME}")

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...