Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- 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">
- <!-- no Display -->
- <left>KEY_LEFT</left>
- <right>KEY_RIGHT</right>
- <up>KEY_UP</up>
- <down>KEY_DOWN</down>
- <back>KEY_YELLOW</back>
- <back>KEY_EXIT</back>
- <record>KEY_RECORD</record>
- <play>KEY_PLAY</play>
- <pause>KEY_PAUSE</pause>
- <stop>KEY_STOP</stop>
- <reverse>KEY_DELETE</reverse>
- <up>KEY_PVR</up>
- <down>KEY_VIDEO</down>
- <skipplus>KEY_FASTFORWARD</skipplus>
- <skipminus>KEY_REWIND</skipminus>
- <subtitle>KEY_SUBTITLE</subtitle>
- <language>KEY_MEDIA</language>
- <green>KEY_RED</green>
- <mytv>KEY_TUNER</mytv>
- <one>KEY_NUMERIC_1</one>
- <two>KEY_NUMERIC_2</two>
- <three>KEY_NUMERIC_3</three>
- <four>KEY_NUMERIC_4</four>
- <five>KEY_NUMERIC_5</five>
- <six>KEY_NUMERIC_6</six>
- <seven>KEY_NUMERIC_7</seven>
- <eight>KEY_NUMERIC_8</eight>
- <nine>KEY_NUMERIC_9</nine>
- <zero>KEY_NUMERIC_0</zero>
- <menu>KEY_BLUE</menu>
- <info>KEY_INFO</info>
- <teletext>KEY_PICTURES</teletext>
- <red>KEY_GREEN</red>
- <epgsearch>KEY_EPG</epgsearch>
- <power>KEY_POWER</power>
- <f12>KEY_NUMERIC_STAR</f12>
- </remote>
- </lircmap>
Advertisement
Add Comment
Please, Sign In to add comment