Close
Page 19 of 22 FirstFirst ... 9 17 18 19 20 21 ... LastLast
Showing results 181 to 190 of 218

Hybrid View

  1. #1

    Default

    sorry what ?

    In Mapped Keys I have 2 Step, Actions 1st step, DPS 2 in FTL DPS keys Map on > all
    step 2 has actions ;-> all

    obviously its wrong somewhere, when click insert, it toggles on/off on the screen in a spam method, as in I hit insert and I see it flicker oon screen On then off just as fast.

  2. #2

    Default

    My first part looks same as this screenshot: http://img251.imageshack.us/img251/9224/firstle.jpg

    Under FTL DPS KEYS, Bottom Pane,
    2 Step has

    Step 1: DPS 2 in FTL DPS Keys Key Map on all
    Step 2: ;-> all

    So saved, loaded too inner space, reloaded ui and when I click Insert Key, it says on then flashes instantly off then on again.

    What have I got wrong for not to be able to toggle it off and or on ?

  3. #3

    Default

    Your problem is that your toggle keymap is configured to execute a Step when the hotkey is pressed OR released.
    Then when you tap your hotkey it will turn on and off the 2 step keymap instantly like you mentioned.
    Change it to Released (default) it should work like it should.
    Last edited by howster : 08-31-2011 at 06:02 PM Reason: Typo

  4. #4

    Default

    hi, great topic so far, but I have found that there are no tips how to setup 2 step in AHK. I know majority uses ISBoxer, but for some, it might be helpful.

    Code:
    1::
    If toggle
     {
        Send,1
        toggle := !toggle
     }
    Else
     {
        Send,2
        toggle := !toggle
     }
    Return

  5. #5

  6. #6

    Default


    well, you might have missed, that I wrote this script is for AHK and not HKN.

  7. #7

    Default

    Quote Originally Posted by johny_mnemonic View Post
    well, you might have missed, that I wrote this script is for AHK and not HKN.
    Ah... my bad.

  8. #8

    Default

    Where do I find Lax's "DPS FTL Keys" setup information?

  9. #9

    Default

    Quote Originally Posted by traedoril View Post
    Where do I find Lax's "DPS FTL Keys" setup information?
    You find them under the "key maps" section in isboxer.

  10. #10

    Default

    Are these DPS macros still relevant in 4.3?


    OUTLAND EU
    <Autobots Roll Out>

Posting Rules

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