Skip to content

Instantly share code, notes, and snippets.

@RobotEdward
Last active December 16, 2015 11:18
Show Gist options
  • Save RobotEdward/5425989 to your computer and use it in GitHub Desktop.
Save RobotEdward/5425989 to your computer and use it in GitHub Desktop.
My XBMC remote.xml file for Samsung TV Remote control via HDMI CEC (Samsung AllShare). When playing music, Select now displays OSD controls and Exit closes now playing screen. Default is pretty weird if you don't change this (select = visualisation options, exit = debug info). Also mapped some common shortcuts to colour keys. ~/.xbmc/userdata/ke…
<keymap>
<global>
<remote>
<red>XBMC.ActivateWindow(Home)</red>
<blue>XBMC.ActivateWindow(visualisation)</blue>
<green>XBMC.ActivateWindow(MyMusic)</green>
<yellow>XBMC.ActivateWindow(fullscreenvideo)</yellow>
</remote>
</global>
<Visualisation>
<remote>
<select>OSD</select>
<blue>XBMC.ActivateWindow(Playlist)</blue>
<back>Close</back>
</remote>
</Visualisation>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment