Skip to content

Instantly share code, notes, and snippets.

@czombos
Created March 16, 2015 17:09
Show Gist options
  • Save czombos/533d699fb59cf69910a1 to your computer and use it in GitHub Desktop.
Save czombos/533d699fb59cf69910a1 to your computer and use it in GitHub Desktop.
Kodi remote keymap
<keymap>
<global>
<remote>
<red>XBMC.ActivateWindow(VideoLibrary,MovieTitles)</red>
<green>XBMC.ActivateWindow(VideoLibrary,TvShowTitles)</green>
<yellow>XBMC.ActivateWindow(Videos,Files)</yellow>
<blue>ContextMenu</blue>
<title>Back</title>
</remote>
</global>
<FullscreenVideo>
<remote>
<pageplus>NextSubtitle</pageplus>
<pageminus>AudioNextLanguage</pageminus>
<select>OSD</select>
<red>XBMC.ActivateWindow(SubtitleSearch)</red>
<green>Info</green>
<yellow>CodecInfo</yellow>
<blue>AspectRatio</blue>
<back>Stop</back>
<title>Stop</title>
</remote>
</FullscreenVideo>
<FullscreenInfo>
<remote>
<red>Back</red>
<green>Back</green>
<yellow>Back</yellow>
<blue>Back</blue>
<back>Back</back>
<title>Back</title>
</remote>
</FullscreenInfo>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment