Proper key mapping code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XXXsmittyXXX
    Anxiety monster
    • Jul 2005
    • 6924

    #1

    Proper key mapping code

    Someone want to hook me up with the code for autohotkey
    to map N,M,1,2?
    everytime i try to map 1 it doesnt work and when i try 2 it connects as a down arrow key?
    lol
  • talisman
    Resident Penguin
    FFR Simfile Author
    • May 2003
    • 4598

    #2
    Re: Proper key mapping code

    probably something with numlock? I suggest staying away from the numpad.

    Comment

    • XXXsmittyXXX
      Anxiety monster
      • Jul 2005
      • 6924

      #3
      Re: Proper key mapping code

      well others use numpad keys so i want to also.

      Comment

      • dore
        caveman pornstar
        FFR Simfile Author
        FFR Music Producer
        • Feb 2006
        • 6317

        #4
        Re: Proper key mapping code

        Use numpad2. Here's mine:

        a::Send {left}
        s::Send {down}
        numpad5::Send {up}
        numpad6::Send {right}
        http://www.youtube.com/watch?v=IREnpHco9mw

        Comment

        Working...