Close
Showing results 1 to 4 of 4
  1. #1

    Default modified hotkeys

    I need separate modified and unmodified hotkeys. Should this work?

    <hotkey a>
    <sendlabel w1>
    <key a>

    <hotkey lalt a>
    <sendlabel w2>
    <key lalt a>

    it seems the second one is being sent as an unmodied 'a'. Is this because the 'a' appears before the client gets a chance to notice the alt key?
    So should it then be
    <sendlabel w2>
    <keydown lalt>
    <wait 50>
    <key a>
    <keyup lalt>

  2. #2

    Default

    Under Options > Send Mode Settings > Delays between modifiers and main keys make sure "Clear Modifiers before executing hotkey" is unchecked.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  3. #3

    Default

    Tunded out to be a timing issue.

    This works:

    <hotkey lalt d>
    <SendLabel w2><wait 50>
    <Key F2><wait 50>
    <Key lalt d>
    <restore>

    Apparently I just need to add a <wait 50> after every command that sends something.
    It might need to be longer for insurance, but it will take experimentation. This eliminates a lot of troubles I have been having.

  4. #4

    Default

    Edit: Oh, duh. That's an option I can set

Posting Rules

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