diff options
author | spiff_ <spiff_@svn> | 2009-11-08 19:59:33 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2009-11-08 19:59:33 +0000 |
commit | bdc9c398928652eae86b101cedb6fa5eeeb34dc1 (patch) | |
tree | 03fe8c3bb8ad1d70370ac438da324d8f8db4c7bf /system/Lircmap.xml | |
parent | 15cba1f0365dff7eb8d42fbc37bb55adc0740abb (diff) |
added: ticket #7615 - iMON-PAD support using LIRC. thanks to sjonnie33
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24438 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/Lircmap.xml')
-rw-r--r-- | system/Lircmap.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/system/Lircmap.xml b/system/Lircmap.xml index 62cbbf394e..8e7ec27f28 100644 --- a/system/Lircmap.xml +++ b/system/Lircmap.xml @@ -188,4 +188,46 @@ <yellow>yellow</yellow> <blue>blue</blue> </remote> + <remote device="iMON-PAD"> + <power>Power</power> + <record>Record</record> + <play>Play</play> + <reverse>Rewind</reverse> + <pause>Pause</pause> + <stop>Stop</stop> + <forward>FastForward</forward> + <left>Left</left> + <right>Right</right> + <up>Up</up> + <down>Down</down> + <select>Enter</select> + <pageplus>Ch+</pageplus> + <pageminus>Ch-</pageminus> + <back>Esc</back> + <back>Backspace</back> + <menu>Multimon</menu> + <title>MouseMenu</title> + <info>SelectSpace</info> + <skipplus>NextChapter</skipplus> + <skipminus>PrevChapter</skipminus> + <display>FullScreen</display> + <start>Multimon</start> + <volumeplus>Vol+</volumeplus> + <volumeminus>Vol-</volumeminus> + <mute>Mute</mute> + <myvideo>MyMovie</myvideo> + <mymusic>MyMusic</mymusic> + <mypictures>MyPhoto</mypictures> + <mytv>MyTV</mytv> + <one>1</one> + <two>2</two> + <three>3</three> + <four>4</four> + <five>5</five> + <six>6</six> + <seven>7</seven> + <eight>8</eight> + <nine>9</nine> + <zero>0</zero> + </remote> </lircmap> |