Jump to content

Help Do Until HotKeySet


Recommended Posts

I am trying to make a HotKeySet when pressed stop a "Do... Until".

Here is what I have now...

HotKeySet("{HOME}","start")
$stop = HotKeySet("{END}")

Func start()
    Do
    Send ( "Testing " )
    Sleep ( 1000 )
    Until $stop
EndFunc

When I push "End" (the key I have it set to stop the Do... Until) nothing happens.. it will keep saying "Testing Testing Testing..."

Any Ideas? Thanks.

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