Jump to content

Infinite loop?


Recommended Posts

When I only have one hotkey assigned to my function, it works properly.

However, when I introduce additional hotkeys, my program infinite loops.

Why is this/how do I fix it?

HotKeySet("{ESC}", "BookIt")
HotKeySet("{F1}", "BookIt")
HotKeySet("{F2}", "BookIt")
HotKeySet("{F3}", "BookIt")

While 1
    Sleep(100)
WEnd


Func BookIt()
    Send("{ESC}{UP}{ENTER}")
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...