Guest User

Untitled

a guest
Nov 25th, 2017
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. #*********************************************************************************************************
  2. #this file is used to store key map table
  3. # custom_name: name of map table
  4. # custom_code: custom code for remote device
  5. # release_delay unit:ms.release will report from kernel to user layer after this period of time
  6. # from press or repeat triggered.
  7. ###PARAS FOR MOUSE MODE:
  8. # fn_key_scancode: scancode of fn key which used to swith mode
  9. # cursor_left_scancode: scancode of left key
  10. # cursor_right_scancode: scancode of right key
  11. # cursor_up_scancode: scancode of up key
  12. # cursor_down_scancode: scancode of down key
  13. # cursor_ok_scancode: scancode of ok key
  14. #*************************************************************************************************************
  15. custom_name = vs-cursor
  16. custom_code = 0xff00
  17. release_delay = 80
  18.  
  19. fn_key_scancode = 0x12
  20. cursor_left_scancode = 0x5a
  21. cursor_right_scancode = 0x1b
  22. cursor_up_scancode = 0x06
  23. cursor_down_scancode = 0x16
  24. cursor_ok_scancode = 0x1a
  25.  
  26.  
  27. key_begin
  28. #video strong
  29. 0x59 116 #power
  30. 0x19 113 #mute
  31. 0x0e 130 #info
  32. 0x0d 102 #home
  33. 0x51 14 #del
  34. 0x12 134 #mouse
  35. 0x4d 137 #epg //没找到
  36. 0x11 237 #dtv
  37.  
  38. 0x45 125 #menu
  39. 0x05 1 #exit
  40.  
  41. 0x06 103 #up
  42. 0x5a 105 #left
  43. 0x1a 97 #enter
  44. 0x1b 106 #right
  45. 0x16 108 #down
  46.  
  47. 0x55 104 #page+
  48. 0x15 109 #page-
  49.  
  50. 0x52 2 #1
  51. 0x50 3 #2 //没着到匹配的
  52. 0x10 4 #3
  53. 0x13 115 #vol+
  54.  
  55. 0x56 5 #4 //没着到匹配的
  56. 0x54 6 #5
  57. 0x14 7 #6
  58. 0x17 114 #vol- //没着到匹配的
  59.  
  60. 0x4e 8 #7 //没着到匹配的
  61. 0x4c 9 #8
  62. 0x0c 10 #9
  63. 0x0f 11 #0
  64.  
  65. 0x4a 121 #fr //没着到匹配的
  66. 0x48 120 #ff
  67. 0x08 122 #prev
  68. 0x0b 123 #next
  69.  
  70. 0x46 119 #play/pause //没着到匹配的
  71. 0x44 128 #stop
  72. 0x04 56 #pvr
  73. 0x07 132 #repeat
  74.  
  75. 0x42 134 #red
  76. 0x40 133 #green //没着到匹配的
  77. 0x00 131 #yellow //没着到匹配的
  78. 0x03 140 #blue //没着到匹配的
  79.  
  80. 0x1f 212 #fav
  81. 0x58 261 #app
  82. 0x18 70 #browser //没着到匹配的
  83.  
  84. 0x0e 136 #audio //没着到匹配的
  85. 0x09 135 #subtitle
  86.  
  87. 0x60 160 # red
  88. 0x61 161 # green
  89. 0x62 162 # yellow
  90. 0x63 163 # blue
  91.  
  92. 0x02 130 #info
  93. 0x01 136 #audio //没着到匹配的
  94. 0x21 52 #.
  95. 0x22 127 #search
  96.  
  97. 0x64 164 #pvr list
  98. key_end
Advertisement
Add Comment
Please, Sign In to add comment