Close
Showing results 1 to 10 of 20

Threaded View

  1. #13

    Default

    Code:
    <hotkey F1>
            <Toggle>
                  <SendLabel Stuff>
                  <Key A>
                  <Wait 500>
                  <SetToggle 1 Hotkey F1>
            <Toggle>
                  <SendLabel Stuff>
                  <Key B>
                  <Cancel>
    That little bit of code will make the toggle reset after 500 milliseconds, but pressing it twice in the short amount of time will result in both being pressed and it going back to the first. Obviously you would have to adjust the time and super fast spamming may lead to overlaps. ---Overlap fixed with cancel
    Last edited by Bettysue : 11-23-2009 at 05:52 AM Reason: fixed example

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •