Created
July 11, 2013 02:39
-
-
Save daktak/5972130 to your computer and use it in GitHub Desktop.
Dvico devinput XBMC lircmap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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="devinput"> | |
<play>KEY_PLAYPAUSE</play> | |
<pause>KEY_PLAYPAUSE</pause> | |
<stop>KEY_STOP</stop> | |
<forward>KEY_FASTFORARD</forward> | |
<reverse>KEY_REWIND</reverse> | |
<left>KEY_LEFT</left> | |
<right>KEY_RIGHT</right> | |
<up>KEY_UP</up> | |
<down>KEY_DOWN</down> | |
<select>KEY_OK</select> | |
<pageplus>KEY_CHANNELUP</pageplus> | |
<pageminus>KEY_CHANNELDOWN</pageminus> | |
<back>KEY_BACK</back> | |
<menu>KEY_MENU</menu> | |
<title>KEY_CAMERA</title> | |
<!-- <title>LANGUAGE</title> --> | |
<info>KEY_MORE</info> | |
<skipplus>KEY_NEXTSONG</skipplus> | |
<skipminus>KEY_PREVIOUSSONG</skipminus> | |
<display>KEY_ZOOM</display> | |
<start>KEY_START</start> | |
<record>KEY_RECORD</record> | |
<volumeplus>KEY_VOLUMEUP</volumeplus> | |
<volumeminus>KEY_VOLUMEDOWN</volumeminus> | |
<mute>KEY_MUTE</mute> | |
<power>KEY_POWER</power> | |
<!-- <myvideo>Videos</myvideo> --> | |
<mymusic>KEY_MP3</mymusic> | |
<!-- <mypictures>Pictures</mypictures> --> | |
<mytv>KEY_TV</mytv> | |
<one>KEY_1</one> | |
<two>KEY_2</two> | |
<three>KEY_3</three> | |
<four>KEY_4</four> | |
<five>KEY_5</five> | |
<six>KEY_6</six> | |
<seven>KEY_7</seven> | |
<eight>KEY_8</eight> | |
<nine>KEY_9</nine> | |
<zero>KEY_0</zero> | |
<!-- <star>Star</star> | |
<hash>Hash</hash> | |
<clear>DOT</clear> | |
<enter>ENTER1</enter> | |
<red>RED</red> | |
<green>GREEN</green> | |
<yellow>YELLOW</yellow> | |
<blue>BLUE</blue> | |
<teletext>Teletext</teletext> --> | |
<obc1>KEY_EPG</obc1> | |
<obc2>KEY_SETUP</obc2> | |
</remote> | |
</lircmap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment