Advertisement
Guest User

Untitled

a guest
May 21st, 2010
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. # Configuration file for the input service
  2.  
  3. # This section contains options which are not specific to any
  4. # particular interface
  5. [General]
  6.  
  7. # Set idle timeout (in seconds) before the connection will
  8. # be disconnect (defaults to 0 for no timeout)
  9. IdleTimeout=120
  10.  
  11.  
  12.  
  13. # This section contains options that are specific to a device
  14. [00:23:06:E7:3C:26]
  15. #
  16. # Set a custom idle timeout (in seconds) for this specific device
  17. #IdleTimeout=30
  18.  
  19.  
  20.  
  21. # This section is the PS3 Remote keymap. It is loaded when bluez starts.
  22. # Use 'uinput.h' from bluez sources or '/usr/include/linux/input.h' for
  23. # a list of possible KEY_* values.
  24. #
  25. [PS3 Remote Map]
  26. # When the 'OverlayBuiltin' option is TRUE (the default), the keymap uses
  27. # the built-in keymap as a starting point. When FALSE, an empty keymap is
  28. # the starting point.
  29. #OverlayBuiltin = TRUE
  30. 0x16 = KEY_F12 # EJECT
  31. 0x64 = KEY_A # AUDIO (XBMC recommendation: KEY_A)
  32. 0x65 = KEY_ANGLE # ANGLE (XBMC recommendation: KEY_Z)
  33. 0x63 = KEY_T # SUBTITLE (XBMC recommendation: KEY_T)
  34. 0x0f = KEY_DELETE # CLEAR (XBMC recommendation: KEY_DELETE)
  35. 0x28 = KEY_END # TIMER (XBMC recommendation: KEY_END)
  36. 0x00 = KEY_1 # NUM-1
  37. 0x01 = KEY_2 # NUM-2
  38. 0x02 = KEY_3 # NUM-3
  39. 0x03 = KEY_4 # NUM-4
  40. 0x04 = KEY_5 # NUM-5
  41. 0x05 = KEY_6 # NUM-6
  42. 0x06 = KEY_7 # NUM-7
  43. 0x07 = KEY_8 # NUM-8
  44. 0x08 = KEY_9 # NUM-9
  45. 0x09 = KEY_0 # NUM-0
  46. 0x81 = KEY_RED # RED (XBMC recommendation: KEY_F7)
  47. 0x82 = KEY_GREEN # GREEN (XBMC recommendation: KEY_F8)
  48. 0x80 = KEY_BLUE # BLUE (XBMC recommendation: KEY_F9)
  49. 0x83 = KEY_YELLOW # YELLOW (XBMC recommendation: KEY_F10)
  50. 0x70 = KEY_Z # DISPLAY (XBMC recommendation: KEY_D)
  51. 0x1a = KEY_O # TOP MENU
  52. 0x40 = KEY_I # POP UP/MENU (XBMC recommendation: KEY_F11)
  53. 0x0e = KEY_ESC # RETURN
  54. 0x5c = KEY_C # TRIANGLE/OPTIONS (XBMC recommendation: KEY_C)
  55. 0x5d = KEY_ESC # CIRCLE/BACK
  56. 0x5f = KEY_SCREEN # SQUARE/VIEW (XBMC recommendation: KEY_V)
  57. 0x5e = KEY_BACKSPACE # CROSS (XBMC recommendation: KEY_X)
  58. 0x54 = KEY_UP # UP
  59. 0x56 = KEY_DOWN # DOWN
  60. 0x57 = KEY_LEFT # LEFT
  61. 0x55 = KEY_RIGHT # RIGHT
  62. 0x0b = KEY_ENTER # ENTER
  63. 0x5a = BTN_TL # L1 (XBMC recommendation: KEY_F1)
  64. 0x58 = BTN_TL2 # L2 (XBMC recommendation: KEY_F2)
  65. 0x51 = BTN_THUMBL # L3 (XBMC recommendation: KEY_F3)
  66. 0x5b = BTN_TR # R1 (XBMC recommendation: KEY_F4)
  67. 0x59 = BTN_TR2 # R2 (XBMC recommendation: KEY_F5)
  68. 0x52 = BTN_THUMBR # R3 (XBMC recommendation: KEY_F6)
  69. 0x43 = KEY_HOMEPAGE # PS button
  70. 0x50 = KEY_S # SELECT (XBMC recommendation: KEY_INSERT)
  71. 0x53 = BTN_START # START (XBMC recommendation: KEY_HOME)
  72. 0x33 = KEY_R # SCAN BACK (XBMC recommendation: KEY_R)
  73. 0x32 = KEY_P # PLAY
  74. 0x34 = KEY_F # SCAN FORWARD (XBMC recommendation: KEY_F)
  75. 0x30 = KEY_PREVIOUS # PREVIOUS (XBMC recommendationL KEY_PAGEUP)
  76. 0x38 = KEY_STOP # STOP
  77. 0x31 = KEY_NEXT # NEXT (XBMC recommendation: KEY_PAGEDOWN)
  78. 0x60 = KEY_FRAMEBACK # SLOW/STEP BACK (XBMC recommendation: KEY_COMMA)
  79. 0x39 = KEY_P # PAUSE
  80. 0x61 = KEY_FRAMEFORWARD # SLOW/STEP FORWARD (XBMC recommendation: KEY_DOT)
  81. 0xff = KEY_MAX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement