Jump to content

Send("{ShiftUp}") doesn't work?


Recommended Posts

Info,

You need a sleep in that While/Wend loop.

And I need a sleep too.....

HotKeySet("{F1}", "sdown")
HotKeySet("+{F1}", "sup")

Func sdown()
    Send("{shiftdown}")
EndFunc   ;==>sdown

Func sup()
    Send("{shiftup}")
EndFunc   ;==>sup

While 1
    Sleep(99)
WEnd
^^^what Richard Robertson said

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

:)

I really hate this... this help file simply says that {SHIFTDOWN} "Holds the SHIFT key down until {SHIFTUP} is sent" yet,

after I sent {SHIFTUP}, it seems to still be down...

Now I have no idea how to put this on my script T_T

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...