auto hotkey

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DjUnstable
    FFR Player
    • Sep 2006
    • 2

    #1

    auto hotkey

    hello,

    can someone please tell me the code for auto hotkey if i want to use the keys a s ; '

    i have forgotten the code and i can't seem to find where it was said on the fourms.

    thanks
  • Nul
    FFR Player
    • Sep 2006
    • 124

    #2
    Re: auto hotkey

    Originally posted by DjUnstable
    hello,

    can someone please tell me the code for auto hotkey if i want to use the keys a s ; '

    i have forgotten the code and i can't seem to find where it was said on the fourms.

    thanks
    Sticky in general talk, thank you.

    My best student, whom I showed FFR, 2 handed and hybrid(spread),
    Aiming at:


    I don't do MP for level

    Maybe one of the most important, silent issues: (Deleted)

    Comment

    • DjUnstable
      FFR Player
      • Sep 2006
      • 2

      #3
      Re: auto hotkey

      i knew that

      man i was typing auto hotkey a crap load of ways in search..and nothing came up like that.

      i feel dumb

      Comment

      • Evascythe
        evascythe
        • Mar 2005
        • 2909

        #4
        Re: auto hotkey

        a::Send {left}
        s::Send {down}
        ;::Send {up}
        '::Send {right}
        `::Suspend

        thurr


        Originally posted by moches
        I love your avatar and you seem like a chill dude

        Comment

        • kostkaskater
          FFR Veteran
          • Sep 2004
          • 780

          #5
          Re: auto hotkey

          Originally posted by Evascythe
          a::Send {left}
          s::Send {down}
          ;::Send {up}
          '::Send {right}
          `::Suspend

          thurr
          Huh?

          Comment

          • Seinken
            FFR Player
            • Jul 2005
            • 146

            #6
            Re: auto hotkey

            It's the code to run AHK...


            VCs SMARTASS

            Comment

            • kostkaskater
              FFR Veteran
              • Sep 2004
              • 780

              #7
              Re: auto hotkey

              Yeah, that's the code. I'm just wondering how to enter it and what it does. **** reading up right now. I have a headache. =/

              Comment

              • Evascythe
                evascythe
                • Mar 2005
                • 2909

                #8
                Re: auto hotkey

                Originally posted by kostkaskater
                Huh?
                Download Autohotkey: http://www.autohotkey.com/download/
                Restart your computer.
                Right-click the desktop.
                Highlight new.
                Click "new autohotkey script."
                Right-click your new icon.
                Click "edit script".
                Go to the bottom of the text and hit enter.
                Paste
                a::Send {left}
                s::Send {down}
                ;::Send {up}
                '::Send {right}
                `::Suspend

                and then go file > save.

                ALMOST DONE

                Then you right-click your script and click "run script," or you can just double-click your icon.

                ps - you can change as;' to whatever keys you feel comfortable with.


                Originally posted by moches
                I love your avatar and you seem like a chill dude

                Comment

                Working...