Advertisement
Guest User

xbmc_Lircmap

a guest
May 14th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. cat .xbmc/userdata/Lircmap.xml
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
  4. <!-- -->
  5. <!-- How to add remotes -->
  6. <!-- <remote device="name_Lirc_calls_the_remote"> -->
  7. <!-- -->
  8. <!-- For the commands the layout following layout is used -->
  9. <!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> -->
  10. <!-- -->
  11. <!-- For a list of XBMC_COMMAND's check out the <remote> sections of keymap.xml -->
  12.  
  13. <lircmap>
  14. <remote device="x10">
  15. <obc1>livetv</obc1>
  16. <obc2>rectv</obc2>
  17. <obc3>photo</obc3>
  18. <obc4>music</obc4>
  19. <obc5>dvdmenu</obc5>
  20. <obc6>video</obc6>
  21. <obc7>audio</obc7>
  22. <obc8>angle</obc8>
  23. <obc9>title</obc9>
  24. <obc10>subtitle</obc10>
  25. <obc11>up</obc11>
  26. <obc12>down</obc12>
  27. <obc13>left</obc13>
  28. <obc14>right</obc14>
  29. <obc15>ok</obc15>
  30. <obc16>1</obc16>
  31. <obc17>2</obc17>
  32. <obc18>3</obc18>
  33. <obc19>4</obc19>
  34. <obc20>5</obc20>
  35. <obc21>6</obc21>
  36. <obc22>7</obc22>
  37. <obc23>8</obc23>
  38. <obc24>9</obc24>
  39. <obc25>0</obc25>
  40. <obc26>asterisk</obc26>
  41. <obc27>hash</obc27>
  42. <obc28>world</obc28>
  43. <obc29>rewind</obc29>
  44. <obc30>play</obc30>
  45. <obc31>forward</obc31>
  46. <obc32>pause</obc32>
  47. <obc33>previous</obc33>
  48. <obc34>next</obc34>
  49. <obc35>stop</obc35>
  50. <obc36>record</obc36>
  51. <obc37>off</obc37>
  52. <obc38>guide</obc38>
  53. <obc39>text</obc39>
  54. <obc40>volume+</obc40>
  55. <obc41>volume-</obc41>
  56. <obc42>mute</obc42>
  57. <obc43>program+</obc43>
  58. <obc44>program-</obc44>
  59. <obc45>back</obc45>
  60. <obc46>info</obc46>
  61. </remote>
  62. </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement