PDA

View Full Version : xbox 360 button id's


omega2k1
2008-09-27, 23:48
i've edited my keymap.xml file so that xbmc reads my controller but i don't know how to map the dpad cause i don't now the id's for them. can someone help me out with this plz.

<joystick name="Controller (XBOX 360 For Windows)">
<altname>Mad Catz MicroCON</altname>
<altname>Logitech Xbox Cordless Controller</altname>
<button id="1">Select</button>
<button id="2">ParentDir</button>
<button id="3"></button>
<button id="3">FullScreen</button>
<button id="4">Queue</button>
<button id="6">ContextMenu</button>
<button id="7"></button>
<button id="8"></button>
<button id="8">XBMC.ActivateWindow(PlayerControls)</button>
<button id="10"></button>
<button id="11">Screenshot</button>
<button id="12">XBMC.ActivateWindow(ShutdownMenu)</button>
<button id="13">Up</button>
<button id="14">Right</button>
<button id="15">Down</button>
<button id="16">Left</button>
<button id="7">PreviousMenu</button>
<axis id="4" limit="+1">VolumeDown</axis>
<axis id="4" limit="-1">VolumeUp</axis>
<axis id="5" limit="-1">AnalogSeekBack</axis>
<axis id="5" limit="+1">AnalogSeekForward</axis>
<axis id="3" limit="0">ScrollUp</axis>
<axis id="6" limit="0">ScrollDown</axis>

junk
2008-12-25, 21:51
Did you ever find a solution to this?

Dwolf
2008-12-25, 22:20
Did you ever find a solution to this?

i agree, i too would love to know..

programs like xpadder and such just are not the same as native support.

hexland
2009-01-21, 21:35
*bump*

Any update on this?

nanite1000
2009-01-22, 00:08
No need to edit button IDs, only the name. To get the wired controller working.

http://xbmc.org/forum/showthread.php?t=42324

Hitcher
2009-01-22, 00:09
Isn't this the Dpad -

<button id="13">Up</button>
<button id="14">Right</button>
<button id="15">Down</button>
<button id="16">Left</button>