Last active
March 7, 2016 12:55
-
-
Save rdmarsh/3b8fe915efd1ef08e3a2 to your computer and use it in GitHub Desktop.
Basic settings for red, green, yellow and blue keys in kodi
This file contains hidden or 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
| <?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