Jump to content

HotKeySet problem


Gawish
 Share

Recommended Posts

pls can anyone tell me what's wrong in this code

HotKeySet("2", "auto0")

While 1
    ;a loop
WEnd

Func auto0()
opt("SendKeyDelay",0)
 opt("SendKeyDownDelay",0)
 send("{F4}{1}")
 send("{F1}{1}")
 EndFunc
 
 HotKeySet("3", "auto1")

While 2
   ;a loop
WEnd

Func auto1()
opt("SendKeyDelay",0)
 opt("SendKeyDownDelay",0)
 send("{F4}{5}")
 send("{F1}{2}")
 EndFunc
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...