Mapping Keys in FFR (WITH IMAGES)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SulferDragon
    this is a waste of space
    FFR Simfile Author
    • Jan 2007
    • 2668

    #136
    Re: Mapping Keys in FFR (WITH IMAGES)

    Originally posted by xvcb123
    ;
    ; AutoHotkey Version: 1.x
    ; Language: English
    ; Platform: Win9x/NT
    ; Author: A.N.Other <myemail@nowhere.com>
    ;
    ; Script Function:
    ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
    ;

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

    ^^ thats what mine looks like. everything works fine but up button doesnt work. how i fix that?
    Please answer this guys question. I keep trying to set my keys up as:
    z::Send {left}
    x::Send {down}
    ;::Send {up}
    '::Send {right}
    ...and it ain't working for me. It's the up arrow just like them. Does it not like it when you put ; as a key or something? I really want to know... now... please :P


    Comment

    • hullmo717
      FFR Player
      • Jan 2007
      • 235

      #137
      Re: Mapping Keys in FFR (WITH IMAGES)

      Yeah, the ; key is used for comments. Anything on a line after the semicolon won't be read. There might be a way to use semi-colon but I'm not sure what it is right now. You could check out their website, they might have something about it in the documentation.

      Comment

      • Dc-xBluex
        FAWKNGUITARHERO!
        • Jul 2005
        • 52

        #138
        Re: Mapping Keys in FFR (WITH IMAGES)

        Ty Ty Ty Ty Ty So Much. I went from playing with the arrows keys to spread, which made it easier, but then my finger felt awkward, and then when i tried to go back normal i totally sucked. This mad it much easier thanx again!

        Comment

        • SlayerApocalypse666
          Banned
          • Aug 2006
          • 324

          #139
          Re: Mapping Keys in FFR (WITH IMAGES)

          ;::X ; doesn't work
          `;::X ; doesn't work
          X::; ; doesn't work
          X::`; ; doesn't work
          Semicolon::X ; doesn't work (this would be the easiest solution to implement)
          X::Semicolon ; doesn't work
          SC027::X ; this works but it isn't very intuitive
          X::SC027 ; but this doesn't work

          I do not have tried it.
          Let me know if it works.

          Edit: I tried this SC027::Send { Right } and it works fine.
          Last edited by SlayerApocalypse666; 05-28-2007, 02:16 AM.

          Comment

          • Loser Of Life
            FFR Player
            • Oct 2006
            • 11

            #140
            Re: Mapping Keys in FFR (WITH IMAGES)

            ummm... whats auto hotkey any way? before i install i wanna know wut it is.

            Comment

            • rshadow8888
              FFR's Buizel
              FFR Simfile Author
              • Aug 2005
              • 3120

              #141
              Re: Mapping Keys in FFR (WITH IMAGES)

              It's just a program that tells your computer to mirror a key. For example, you can put in that "askl" are the arrow keys. It's very helpful when playing spread.

              Comment

              • csoup1414
                FFR Veteran
                • Jul 2006
                • 834

                #142
                Re: Mapping Keys in FFR (WITH IMAGES)

                =] this makes me happy

                Comment

                • The Bain
                  FFR Player
                  • Mar 2007
                  • 48

                  #143
                  Re: Mapping Keys in FFR (WITH IMAGES)

                  ya... ummm... This sounds great, but I'm down on my luck *Owns a macintosh =(* I was just wondering if this could be modified for use on macs as well as PCs. Thanks for your time!

                  Good Times
                  - The BAin
                  Best AAA: Brooks was here [Heavy]
                  Best FC : Rottel-da-station

                  Comment

                  • hullmo717
                    FFR Player
                    • Jan 2007
                    • 235

                    #144
                    Re: Mapping Keys in FFR (WITH IMAGES)

                    Unfortunately AHK was written only for use with windows machines. I'm sure there would be another way to do it although I doubt that it would be quite as easy

                    Comment

                    • LLaMaSaUceYup
                      FFR Player
                      • Jan 2007
                      • 3759

                      #145
                      Re: Mapping Keys in FFR (WITH IMAGES)

                      Unless you wait for the In Game Key Mapping to release, for subscribers/non subscribers.

                      Comment

                      • DDRIDERX
                        FFR Player
                        • Apr 2007
                        • 11

                        #146
                        Re: Mapping Keys in FFR (WITH IMAGES)

                        Originally posted by rshadow8888
                        It's just a program that tells your computer to mirror a key. For example, you can put in that "askl" are the arrow keys. It's very helpful when playing spread.
                        but how do u do it?

                        Comment

                        • DDRIDERX
                          FFR Player
                          • Apr 2007
                          • 11

                          #147
                          Re: Mapping Keys in FFR (WITH IMAGES)

                          Originally posted by DDRIDERX
                          but how do u do it?

                          wait so where do u go to do that?

                          Comment

                          • Istarikitsunelover
                            FFR Player
                            • Jan 2006
                            • 131

                            #148
                            Re: Mapping Keys in FFR (WITH IMAGES)

                            http://www.autohotkey.com/
                            They see us trollin'...they hatin'.

                            Comment

                            • jwcgator
                              RIP ffrtokens
                              • May 2005
                              • 2221

                              #149
                              Re: Mapping Keys in FFR (WITH IMAGES)

                              ATTN: DDRIDERX:

                              READ THE GOD DAMNED TUTORIAL KTHX

                              Comment

                              • Smok3y
                                ∞+1
                                • Feb 2006
                                • 407

                                #150
                                Re: Mapping Keys in FFR (WITH IMAGES)

                                Something that I noticed in the commented bit in default .ahk

                                SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
                                Don't know if it could help us any, but perhaps someone who knows about scripting could let us know if it's something that could help us?


                                Comment

                                Working...