Advertisement
Guest User

Untitled

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