Created
March 16, 2015 17:09
-
-
Save czombos/533d699fb59cf69910a1 to your computer and use it in GitHub Desktop.
Kodi remote keymap
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(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