Close
Showing results 1 to 10 of 20

Hybrid View

  1. #1

    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

  2. #2

    Default

    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.
    Classic - Pyrewood Village, Horde, EU

  3. #3

    Default

    Quote Originally Posted by Fuzzyboy View Post
    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.

    Bah movement didn't think about that...then again I play ele shaman and everyone knows turrets can't run :P The cancel sorta helped but you would still have to spam the movement key I think...there has to be a way.

  4. #4

    Default

    The new program will allow two hotkeys to execute simultaneously, but that doesn't help right now.

    Cancel and DoToggles (new in a recent build) are the closest that HKN1 comes to concurrent hotkeys.
    �Author of HotkeyNet and Mojo

Posting Rules

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