Logitech Rumblepad 2 setup?
#1
Question 
Just hoping that someone can point me in the right direction on this one. I've searched the forums and only found one thread (for windows), and I've seen the keymap.xml wiki entry, but I'm not sure that I'm following it 100%.

I'm still a relatively new XBMC user, and I've never attempted to set up a game controller.

Also, I'm using it as a mouse with xserver-xorg-input-joystick in *buntu which works fine with everything but XBMC.

I've only just started researching, and any tips would be greatly appreciated.

Thanks,
MM
Reply
#2
In linux I added to my keymap.xml in the global section the following


Code:
<joystick name="Logitech Logitech Cordless RumblePad 2">
      <button id="1">Select</button>
      <button id="2">ParentDir</button>
      <axis id="6" limit="-1">Up</axis>
      <axis id="6" limit="+1">Down</axis>
      <axis id="5" limit="-1">Right</axis>
      <axis id="5" limit="+1">Left</axis>
      <axis id="2" limit="-1">ScrollUp</axis>
      <axis id="2" limit="+1">ScrollDown</axis>
    </joystick>

And I think you can go from there with the help of the wiki to add it to all the other windows.

Cheers,
Tobias
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#3
I believe that was the kick in the butt that I needed, thank you! I will have a go at it a little later when I'm sober Wink.
Reply

Logout Mark Read Team Forum Stats Members Help
Logitech Rumblepad 2 setup?0