Skip to content

Instantly share code, notes, and snippets.

@ludoo0d0a
Created May 1, 2015 17:44
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 ludoo0d0a/d3d4da370362be8b6de4 to your computer and use it in GitHub Desktop.
Save ludoo0d0a/d3d4da370362be8b6de4 to your computer and use it in GitHub Desktop.
XBMC / Kodi - Adds missing remote control menu control (yellow=pause, red=contextual menu, green=fullscreen) [keymaps/remote.xm]
<keymap>
<global>
<remote>
<red>ContextMenu</red>
<green>FullScreen</green>
<yellow>Pause</yellow>
<blue>Info</blue>
</remote>
</global>
<FullscreenVideo>
<remote>
<select>OSD</select>
</remote>
</FullscreenVideo>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment