Last active
December 16, 2015 11:18
-
-
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…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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