Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
1,161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # XBMC Configuration
  2. # ==================
  3. #
  4. # This configuration file that with XBMC by emulating a wireless
  5. # Xbox360 controller connected to the xpad kernel driver. It uses the
  6. # configuration files that come with XBMC, so it should work out of
  7. # the box without any further configuration of XBMC.
  8. #
  9. # This file is identical to 'xpad-wireless.xboxdrv', except the
  10. # workaround for the trigger issue in XBMC.
  11.  
  12. [xboxdrv]
  13. ui-clear = true
  14. extra-devices=false
  15. extra-events=false
  16. deadzone=10000
  17. dpad-as-button=true
  18. trigger-as-button=true
  19. device-name = "Xbox 360 Wireless Receiver"
  20.  
  21. [ui-buttonmap]
  22. A=KEY_ENTER
  23. B=KEY_BACKSPACE
  24. X^click-both=KEY_MINUS
  25. Y^click-both=KEY_EQUAL
  26.  
  27. DU=KEY_UP
  28. DD=KEY_DOWN
  29. DL=KEY_LEFT
  30. DR=KEY_RIGHT
  31.  
  32. START=KEY_C
  33. GUIDE=KEY_M
  34. BACK=BTN_BACK:KEY_ESC:2000
  35.  
  36. LB=BTN_TL:KEY_S:100
  37. RB=BTN_TR:KEY_O:100
  38.  
  39. TL=BTN_THUMBL
  40. TR=BTN_THUMBR
  41.  
  42. [ui-axismap]
  43. X1=REL_X:10
  44. Y1=REL_Y:10
  45.  
  46. X2=KEY_LEFT:KEY_RIGHT
  47. Y2=KEY_UP:KEY_DOWN
  48.  
  49. # The resp filter moves the neutral position to zero to work around a
  50. # bug in XBMC, that causes bogus events when neutral position is
  51. # elsewhere. It loses a bit of precision in the trigger as result, but
  52. # that isn't noticable.
  53. # LT^resp:127:255=KEY_MINUS
  54. # RT^resp:127:255=KEY_EQUAL
  55.  
  56. # EOF #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement