Skip to content

Instantly share code, notes, and snippets.

@godlike64
Created January 7, 2023 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godlike64/b52d4a02978e80ac0c3e55ee2b90e92b to your computer and use it in GitHub Desktop.
Save godlike64/b52d4a02978e80ac0c3e55ee2b90e92b to your computer and use it in GitHub Desktop.
Working Lircmap.xml for the SRM7500 & Kodi. Tested on CoreELEC 19.2
<!-- Lircmap.xml for Philips SRM7500 MCE Remote -->
<lircmap>
<remote device="SRM-7500">
<power>KEY_POWER</power>
<back>KEY_BACK</back>
<info>KEY_MORE</info>
<up>KEY_UP</up>
<down>KEY_DOWN</down>
<left>KEY_LEFT</left>
<right>KEY_RIGHT</right>
<select>KEY_OK</select>
<volumeplus>KEY_VOLUMEUP</volumeplus>
<volumeminus>KEY_VOLUMEDOWN-</volumeminus>
<mute>KEY_MUTE</mute>
<channelplus>KEY_CHANNELUP</channelplus>
<channelminus>KEY_CHANNELDOWN</channelminus>
<display>KEY_WINDOWS</display>
<record>KEY_RECORD</record>
<stop>KEY_STOP</stop>
<reverse>KEY_REWIND</reverse>
<play>KEY_PLAY</play>
<forward>KEY_FORWARD</forward>
<skipminus>KEY_PREVIOUS</skipminus>
<pause>KEY_PAUSE</pause>
<skipplus>KEY_NEXT</skipplus>
<livetv>KEY_LIVETV</livetv>
<recordedtv>KEY_RECTV</recordedtv>
<menu>KEY_DVD</menu>
<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>KEY_STAR</star>
<hash>KEY_HASH</hash>
<clear>KEY_CLEAR</clear>
</remote>
</lircmap>
<!-- Buttons NOT used
Text
Guide
Enter
AspectRatio
Red
Green
Yellow
Blue
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment