Skip to content

Instantly share code, notes, and snippets.

@LucaTNT
Created May 5, 2013 09:34
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 LucaTNT/5520296 to your computer and use it in GitHub Desktop.
Save LucaTNT/5520296 to your computer and use it in GitHub Desktop.
Custom XBMC keyboard.xml to be used with Samsung CEC-capable TV and RaspBMC running on a Raspberry PI
<keymap>
<global>
<keyboard>
<n>XBMC.Action(reloadkeymaps)</n>
</keyboard>
<remote>
<four>ActivateWindow(filemanager)</four>
<five>ActivateWindow(home)</five>
<seven>ActivateWindow(Videos,MovieTitles)</seven>
<eight>ActivateWindow(Videos,TvShowTitles)</eight>
<nine>ActivateWindow(Settings)</nine>
</remote>
</global>
<FullScreenVideo>
<remote>
<title>NextSubtitle</title>
<zero>AudioNextLanguage</zero>
<two>Info</two>
<six>AspectRatio</six>
</remote>
</FullScreenVideo>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment