Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?> <!-- This file contains the mapping of LIRC keys
- to XBMC keys used in Keymap.xml --> <!-- --> <!-- How to add remotes --> <!-- <remote
- device="name_Lirc_calls_the_remote"> --> <!-- --> <!-- For the commands the layout
- following layout is used --> <!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> --> <!--
- --> <!-- For a list of XBMC_COMMAND's check out the <remote> sections of keymap.xml -->
- <lircmap>
- <remote device="myremote">
- <up>KEY_UP</up>
- <down>KEY_DOWN</down>
- <left>KEY_LEFT</left>
- <right>KEY_RIGHT</right>
- <select>KEY_ENTER</select>
- <back>KEY_BACKSPACE<back>
- </remote>
- </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment