Created
May 1, 2015 17:44
-
-
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]
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>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