Guest User

Lircmap.xml

a guest
Jul 16th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?> <!-- This file contains the mapping of LIRC keys
  2. to XBMC keys used in Keymap.xml --> <!-- --> <!-- How to add remotes --> <!-- <remote
  3. device="name_Lirc_calls_the_remote"> --> <!-- --> <!-- For the commands the layout
  4. following layout is used --> <!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> --> <!--
  5. --> <!-- For a list of XBMC_COMMAND's check out the <remote> sections of keymap.xml -->
  6.  
  7. <lircmap>
  8. <remote device="myremote">
  9. <up>KEY_UP</up>
  10. <down>KEY_DOWN</down>
  11. <left>KEY_LEFT</left>
  12. <right>KEY_RIGHT</right>
  13. <select>KEY_ENTER</select>
  14. <back>KEY_BACKSPACE<back>
  15. </remote>
  16. </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment