Mapping Keys in FFR (WITH IMAGES)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ozie-Saf
    FFR Player
    • Mar 2007
    • 197

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

    Same as cyrx900, except I'd like 9=up and +=right. 5,9 and + won't work.....


    Comment

    • xinpig
      FFR Player
      • Apr 2006
      • 1072

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

      could this be used for other online games and such or just ffr



      PSEUDO SKILL TOKENS! FC'd Blooddrunk with AVMISSING!

      Comment

      • pxlgrl
        FFR Player
        • Sep 2006
        • 1

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

        Your tutorial works like a charm, it took me two seconds to and it works just like it's supposed to! Only thing is I feel like a noob trying to do this spread thing. Seriously, can anyone tell me how long it's going to take me to get used to it?

        Pxlgrl

        Comment

        • Lunatri
          FFR Player
          • Jan 2007
          • 2

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

          Can you please tell me how you can do this for the dance pad? =P

          Comment

          • p4ntysh0t
            FFR Player
            • Jan 2007
            • 47

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

            Are there any scripts like this written for linux? Im useing Ubuntu 6.10 Edgy Eft on a laptop so I guess you can imagine how trying to use the actual directional keys worked out. lol

            Comment

            • the DtTvB
              FFR Player
              • Dec 2006
              • 14

              #201
              Mapping Keys in Linux

              Originally posted by p4ntysh0t
              Are there any scripts like this written for linux? Im useing Ubuntu 6.10 Edgy Eft on a laptop so I guess you can imagine how trying to use the actual directional keys worked out. lol
              I am also a Linux user and it is also on laptop. I use Ubuntu 7.04 Feisty Fawn but it should be the same.
              First you need to know what key you want to remap. I want to map these:

              d -> Left
              f -> Down
              j -> Up
              k -> Right

              Fire up gnome-terminal and type in xmodmap -pke | less
              You should see output like this:

              Code:
              keycode  [COLOR="Red"]40[/COLOR] = [COLOR="Blue"]d D[/COLOR]
              keycode  [COLOR="Red"]41[/COLOR] = [COLOR="Blue"]f F[/COLOR]
              keycode  [COLOR="Red"]42[/COLOR] = [COLOR="Blue"]g G[/COLOR]
              keycode  [COLOR="Red"]43[/COLOR] = [COLOR="Blue"]h H[/COLOR]
              keycode  [COLOR="Red"]44[/COLOR] = [COLOR="Blue"]j J[/COLOR]
              keycode  [COLOR="Red"]45[/COLOR] = [COLOR="Blue"]k K[/COLOR]
              You need these keycodes and keysyms. Now I know that:
              d = 40 = d
              f = 41 = f
              j = 44 = j
              k = 45 = k

              Open up your favorite text editor and then type in this code:

              Code:
              # Remap [COLOR="Red"]keycode[/COLOR] to Left Down Up Right
              xmodmap -e "keycode 40 = Left"
              xmodmap -e "keycode 41 = Down"
              xmodmap -e "keycode 44 = Up"
              xmodmap -e "keycode 45 = Right"
              
              # Wait for press enter
              echo "Press enter to remap map it back"
              read TEMPNOTHINGHAHA
              
              # Remap the [COLOR="Red"]keycode[/COLOR] back to original [COLOR="Blue"]keysym[/COLOR]
              xmodmap -e "keycode 40 = d D"
              xmodmap -e "keycode 41 = f F"
              xmodmap -e "keycode 44 = j J"
              xmodmap -e "keycode 45 = k K"
              Save it with this name: "~/remapffr"

              Now whenever you want to remap the keys just open the terminal and say
              sh ~/remapffr

              Now the keys should be remapped. Whenever you want to map the keys back you just go back to terminal and press "enter".

              Warning: May break keyboard layouts! Use it at your own risk!
              Last edited by the DtTvB; 10-13-2007, 10:08 AM.

              Comment

              • p4ntysh0t
                FFR Player
                • Jan 2007
                • 47

                #202
                Re: Mapping Keys in Linux

                Originally posted by the DtTvB
                I am also a Linux user and it is also on laptop. I use Ubuntu 7.04 Feisty Fawn but it should be the same.
                First you need to know what key you want to remap.!
                Thank you much, I ended up breaking my keyboard settings as you warned but it was easily fixed after resetting it to the default qwerty config.

                ^_^

                Comment

                • starfalcon176
                  Pump It Up Master
                  FFR Simfile Author
                  • Jan 2005
                  • 83

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

                  does anyone know how to make it work for an afterburner dance pad?

                  Comment

                  • danny53x
                    AKA Yotipo
                    • Jan 2007
                    • 1008

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

                    I'm forever in your debt T_T
                    I got to rank 1200 before I found out this.

                    Comment

                    • i_am_not_good
                      FFR Player
                      • Dec 2007
                      • 2

                      #205
                      Re: Mapping Keys in Linux

                      whats gnome-terminal????????????

                      Comment

                      • massflavour
                        FFR Player
                        • Feb 2007
                        • 3102

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

                        you're dad
                        .

                        Comment

                        • FFR_the_Game.php
                          Banned
                          • Dec 2007
                          • 17

                          #207
                          Re: How to map different keys in FFR and Use a Dancepad

                          thanks.

                          Comment

                          • aLFaDaRK
                            FFR Player
                            • Jul 2007
                            • 98

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

                            Any key mapping techniques for Mac OS X? I'm using a Macbook Pro, which has absolutely tiny arrow keys, which are now holding me back on some songs..
                            FCs: 351
                            Best FCs: Vertex BETA, Silence, Sympathizer
                            AAAs: 47

                            Comment

                            • jimerax
                              FFR Simfile Author
                              FFR Music Producer
                              • Nov 2003
                              • 8185

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

                              added a code for R2/Resonance.

                              Comment

                              • DayMan951
                                yfwdbwdsb
                                • Dec 2007
                                • 2255

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

                                Originally posted by jimerax
                                added a code for R2/Resonance.
                                Perhaps you should edit out the giant red print that says otherwise.

                                Comment

                                Working...