Advertisement
Guest User

zosky

a guest
Jan 1st, 2009
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.66 KB | None | 0 0
  1. <!-- This file contains the mapping of keys for xbmc    -->
  2. <!-- using the Logitech Logitech Cordless RumblePad 2   -->
  3. <!-- by zosky v 0.1a                    -->
  4.  
  5. <!--  <joystick name="Logitech Logitech Cordless RumblePad 2">  
  6. <!--    Buttons             -->
  7. <!--      ______            _______ -->
  8. <!--     / _6__  \         / __7_  \    -->
  9. <!--     |  4    |_________|   5   |    -->
  10. <!--     /                          \   -->
  11. <!--    //   |     8      9  /  3   \\  -->
  12. <!--   ||  -=|=-  ___    ___  0   2 ||  -->
  13. <!--   \\    |   /   \  /   \   1  //   -->
  14. <!--    \        |10 |  | 11|       /   -->
  15. <!--     |       \___/  \___/       |   -->
  16. <!--     |       |          |       |   -->
  17. <!--     \      /           \       /   -->
  18. <!--      \____/             \_____/    -->
  19. <!--    Axises              -->
  20. <!--        *d.Pad = L/R = axis -1+ -->
  21. <!--        *d.Pad = U/D = axis -2+ -->
  22. <!--   Rgt.Tmb.Pad = L/R = axis -3+ -->
  23. <!--   Rgt.Tmb.Pad = U/D = axis -4+ -->
  24. <!--  *Lft.Tmb.Pad = L/R = axis -5+ -->
  25. <!--  *Lft.Tmb.Pad = U/D = axis -6+ -->
  26. <!-- *mode will flip d.pad & Lft.Tmb.pad -->
  27.  
  28. <keymap>
  29. <global>
  30.    <joystick name="Logitech Logitech Cordless RumblePad 2">  
  31.       <!-- axis controled by jHAT FIX -->
  32.       <button id="1">Info</button>                  
  33.       <button id="2">Select</button>                  
  34.       <button id="3">PreviousMenu</button>                  
  35.       <button id="4">ParentDir</button>                  
  36.       <button id="6">PageUp</button>                  
  37.       <button id="8">PageDown</button>                  
  38.       <button id="9">XBMC.ActivateWindow(ShutdownMenu)</button>                  
  39.       <button id="10">Mute</button>
  40.   </joystick>
  41. </global>
  42. <keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement