Skip to content

Instantly share code, notes, and snippets.

@rdmarsh
Last active March 7, 2016 12:55
Show Gist options
  • Select an option

  • Save rdmarsh/3b8fe915efd1ef08e3a2 to your computer and use it in GitHub Desktop.

Select an option

Save rdmarsh/3b8fe915efd1ef08e3a2 to your computer and use it in GitHub Desktop.
Basic settings for red, green, yellow and blue keys in kodi
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<keyboard>
<escape>Pause</escape>
<key id="251">activatewindow(home)</key>
<key id="252">activatewindow(videos,movietitles)</key>
<key id="253">activatewindow(videos,tvshowtitles )</key>
<key id="254">activatewindow(weather)</key>
</keyboard>
</global>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment