TEACH ME TO REMAP KEYS FOR FFR?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin_18
    FFR Player
    • Aug 2005
    • 680

    #1

    TEACH ME TO REMAP KEYS FOR FFR?

    ive read the remapping keys thread already but i can't figure out where out of all this:

    ;
    ; AutoHotkey Version: 1.x
    ; Language: English
    ; Platform: Win9x/NT
    ; Author: A.N.Other <[email protected]>
    ;
    ; Script Function:
    ; Template script (you can customize this
    template by editing "ShellNew\Template.ahk" in
    your Windows folder)
    ;

    #NoEnv ; Recommended for performance and
    compatibility with future AutoHotkey releases.
    SendMode Input ; Recommended for new scripts due
    to its superior speed and reliability.

    That you put the a::Send (left) stuff at.
    Anyone know where?
  • IAAW
    FFR Player
    • May 2005
    • 3008

    #2
    Re: TEACH ME TO REMAP KEYS FOR FFR?

    Between ; and #NoEnv.

    Comment

    • Kevin_18
      FFR Player
      • Aug 2005
      • 680

      #3
      Re: TEACH ME TO REMAP KEYS FOR FFR?

      NM, it didnt do it right i did do thiS

      ;
      a::Send (left)
      s::Send (down)
      k::Send (up)
      l::Send (right)
      #NoEnv ; Recommended for performance and
      compatibility with future AutoHotkey releases.
      SendMode Input ; Recommended for new scripts due
      to its superior speed and reliability.

      THAT RIGHT?
      Last edited by Kevin_18; 08-4-2006, 08:18 PM.

      Comment

      • church_pk
        FFR Player
        • Dec 2005
        • 2575

        #4
        Re: TEACH ME TO REMAP KEYS FOR FFR?

        Remember to run the program after you've edited it, I had a little incident like that.
        Spread C711 Metal ZX./

        Comment

        • Kevin_18
          FFR Player
          • Aug 2005
          • 680

          #5
          Re: TEACH ME TO REMAP KEYS FOR FFR?

          Am i suppose to take my edited version and make it into a .exe format?

          Comment

          • IAAW
            FFR Player
            • May 2005
            • 3008

            #6
            Re: TEACH ME TO REMAP KEYS FOR FFR?

            like this bubba...

            ;

            a::Send (left)
            s::Send (down)
            k::Send (up)
            l::Send (right)

            #NoEnv ; Recommended for performance and
            compatibility with future AutoHotkey releases.
            SendMode Input ; Recommended for new scripts due
            to its superior speed and reliability.

            That's how I do it. Anyways, you DO want to make sure that you RUN the script. And you DO NOT need to make it to .exe format... it needs to be .ahk format.

            Comment

            • Tasselfoot
              Retired BOSS
              FFR Simfile Author
              • Jul 2003
              • 25185

              #7
              Re: TEACH ME TO REMAP KEYS FOR FFR?

              ps - totally wrong forum. you should have just asked about this in the autohotkey thread.

              locked.
              RIP

              Comment

              Working...