Quote Originally Posted by Bettysue View Post
Code:
<hotkey F1>
<SendLabel Stuff>
        <Toggle>
              <Key A>
              <Wait 500>
              <SetToggle 1 Hotkey F1>
        <Toggle>
              <Key B>
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.
Yes, and more importantly it'll pause HKN while waiting, meaning I can't press other buttons (like movement keys) while the wait command is in progress, so unfortunately that isn't an option.