Guest User

Untitled

a guest
Jun 12th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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="devinput">
  13. <!-- no Display -->
  14. <left>KEY_LEFT</left>
  15. <right>KEY_RIGHT</right>
  16. <up>KEY_UP</up>
  17. <down>KEY_DOWN</down>
  18. <back>KEY_YELLOW</back>
  19. <back>KEY_EXIT</back>
  20. <record>KEY_RECORD</record>
  21. <play>KEY_PLAY</play>
  22. <pause>KEY_PAUSE</pause>
  23. <stop>KEY_STOP</stop>
  24. <reverse>KEY_DELETE</reverse>
  25. <up>KEY_PVR</up>
  26. <down>KEY_VIDEO</down>
  27. <skipplus>KEY_FASTFORWARD</skipplus>
  28. <skipminus>KEY_REWIND</skipminus>
  29. <subtitle>KEY_SUBTITLE</subtitle>
  30. <language>KEY_MEDIA</language>
  31. <green>KEY_RED</green>
  32. <mytv>KEY_TUNER</mytv>
  33. <one>KEY_NUMERIC_1</one>
  34. <two>KEY_NUMERIC_2</two>
  35. <three>KEY_NUMERIC_3</three>
  36. <four>KEY_NUMERIC_4</four>
  37. <five>KEY_NUMERIC_5</five>
  38. <six>KEY_NUMERIC_6</six>
  39. <seven>KEY_NUMERIC_7</seven>
  40. <eight>KEY_NUMERIC_8</eight>
  41. <nine>KEY_NUMERIC_9</nine>
  42. <zero>KEY_NUMERIC_0</zero>
  43. <menu>KEY_BLUE</menu>
  44. <info>KEY_INFO</info>
  45. <teletext>KEY_PICTURES</teletext>
  46. <red>KEY_GREEN</red>
  47. <epgsearch>KEY_EPG</epgsearch>
  48. <power>KEY_POWER</power>
  49. <f12>KEY_NUMERIC_STAR</f12>
  50. </remote>
  51. </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment