xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

Additional Lircmap.xml entries for MCE remote #322

Closed simonowen closed 11 years ago

simonowen commented 11 years ago

My MCE remote is detected as a "linux-input-layer" device, and has some keys not handled by the existing entries. The new ones needed in Lircmap.xml are:

            <aspectratio>KEY_ZOOM</aspectratio>
            <mymusic>KEY_RADIO</mymusic>
            <mypictures>KEY_CAMERA</mypictures>
            <mytv>KEY_TUNER</mytv>
            <menu>KEY_MEDIA</menu>
            <clear>KEY_DELETE</clear>

I needed a few extra entries for 1.0a4, but it looks like they're already merged in ready for beta 1, so I've not included them here.

CurlyMoo commented 11 years ago

Done, thanks!