Advertisement
Guest User

Evan Richardson

a guest
Mar 27th, 2010
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
  2. <!-- -->
  3. <!-- How to add remotes -->
  4. <!-- <remote device="name_Lirc_calls_the_remote"> -->
  5. <!-- -->
  6. <!-- For the commands the layout following layout is used -->
  7. <!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> -->
  8. <!-- -->
  9. <!-- For a list of XBMC_COMMAND's check out the <remote> sections of keymap.xml -->
  10.  
  11. <lircmap>
  12. <remote device="harmony_kls_vdr">
  13. <info>info</info>
  14. <title>play</title>
  15. <display>guide</display>
  16. <menu>menu</menu>
  17. <back>prev</back>
  18. <start>exit</start>
  19. <record>rec</record>
  20. <pause>pause</pause>
  21. <stop>stop</stop>
  22. <forward>fwd</forward>
  23. <reverse>rew</reverse>
  24. <skipplus>skip</skipplus>
  25. <skipminus>replay</skipminus>
  26. <pageplus>ch+</pageplus>
  27. <pageminus>ch-</pageminus>
  28. <left>left</left>
  29. <right>right</right>
  30. <up>up</up>
  31. <down>down</down>
  32. <select>ok</select>
  33. <one>1</one>
  34. <two>2</two>
  35. <three>3</three>
  36. <four>4</four>
  37. <five>5</five>
  38. <six>6</six>
  39. <seven>7</seven>
  40. <eight>8</eight>
  41. <nine>9</nine>
  42. <zero>0</zero>
  43. <!-- <mytv>red</mytv> -->
  44. <mymusic>green</mymusic>
  45. <mypictures>yellow</mypictures>
  46. <myvideo>blue</myvideo>
  47. <power>poweroff</power>
  48. <volumeplus>vol+</volumeplus>
  49. <volumeminus>vol-</volumeminus>
  50. <mute>mute</mute>
  51. <obc15>user15</obc15>
  52. <obc16>user16</obc16>
  53. <obc17>red</obc17>
  54. </remote>
  55. <remote device="mceusb">
  56. <play>Play</play>
  57. <pause>Pause</pause>
  58. <stop>Stop</stop>
  59. <forward>Forward</forward>
  60. <reverse>Rewind</reverse>
  61. <left>Left</left>
  62. <right>Right</right>
  63. <up>Up</up>
  64. <down>Down</down>
  65. <select>OK</select>
  66. <pageplus>ChanUp</pageplus>
  67. <pageminus>ChanDown</pageminus>
  68. <back>Back</back>
  69. <menu></menu>
  70. <title>More</title>
  71. <info>DVD</info>
  72. <skipplus>Skip</skipplus>
  73. <skipminus>Replay</skipminus>
  74. <display></display>
  75. <start>Home</start>
  76. <record>Record</record>
  77. <volumeplus>VolUp</volumeplus>
  78. <volumeminus>VolDown</volumeminus>
  79. <mute>Mute</mute>
  80. <power>Power</power>
  81. <myvideo>Videos</myvideo>
  82. <mymusic>Music</mymusic>
  83. <mypictures>Pictures</mypictures>
  84. <mytv>TV</mytv>
  85. <one>One</one>
  86. <two>Two</two>
  87. <three>Three</three>
  88. <four>Four</four>
  89. <five>Five</five>
  90. <six>Six</six>
  91. <seven>Seven</seven>
  92. <eight>Eight</eight>
  93. <nine>Nine</nine>
  94. <zero>Zero</zero>
  95. <mytv></mytv>
  96. <mymusic>Guide</mymusic>
  97. <mypictures></mypictures>
  98. <myvideo>RecTV</myvideo>
  99. </remote>
  100. </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement