Advertisement
Guest User

lircmap.xml

a guest
Oct 7th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 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.  
  13. <remote device="zalmanhd135">
  14.  
  15. <left>KEY_LEFT</left>
  16. <right>KEY_RIGHT</right>
  17. <up>KEY_UP</up>
  18. <down>KEY_DOWN</down>
  19. <select>KEY_SELECT</select>
  20. <back>KEY_BACK</back>
  21.  
  22. <play>KEY_PLAY</play>
  23. <pause>KEY_PAUSE</pause>
  24. <stop>KEY_STOP</stop>
  25.  
  26. <volumeplus>KEY_VOLUMEUP</volumeplus>
  27. <volumeminus>KEY_VOLUMEDOWN</volumeminus>
  28. <mute>KEY_MUTE</mute>
  29.  
  30. <pageplus></pageplus>
  31. <pageminus></pageminus>
  32.  
  33. <power></power>
  34. <menu></menu>
  35. <info></info>
  36. <display></display>
  37. <title></title>
  38.  
  39. <red></red>
  40. <green></green>
  41. <yellow></yellow>
  42. <blue></blue>
  43.  
  44. <zero></zero>
  45. <one></one>
  46. <two></two>
  47. <three></three>
  48. <four></four>
  49. <five></five>
  50. <six></six>
  51. <seven></seven>
  52. <eight></eight>
  53. <nine></nine>
  54.  
  55. <skipplus></skipplus>
  56. <skipminus></skipminus>
  57.  
  58. <reverse></reverse>
  59. <forward></forward>
  60.  
  61. <subtitle></subtitle>
  62. <language></language>
  63.  
  64. <channelplus></channelplus>
  65. <channelminus></channelminus>
  66.  
  67. <mytv></mytv>
  68. <mymusic></mymusic>
  69. <mypictures></mypictures>
  70. <myvideo></myvideo>
  71. <livetv></livetv>
  72. <recordedtv></recordedtv>
  73. <liveradio></liveradio>
  74. <epgsearch></epgsearch>
  75.  
  76. <guide></guide>
  77.  
  78. <record></record>
  79. <start></start>
  80.  
  81. <star></star>
  82. <hash></hash>
  83. <clear></clear>
  84. <enter></enter>
  85. <xbox></xbox>
  86.  
  87. <playlist></playlist>
  88. <teletext></teletext>
  89.  
  90.  
  91.  
  92. </remote>
  93.  
  94. </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement