Last active
November 5, 2016 04:41
-
-
Save aphex3k/583461be3b49fd7f715ee9d127856bb8 to your computer and use it in GitHub Desktop.
Boxee Box remote keyboard layout for kodi/xbmc
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
| <keymap> | |
| <global> | |
| <keyboard> | |
| <escape>Back</escape> | |
| </keyboard> | |
| </global> | |
| <FullscreenVideo> | |
| <keyboard> | |
| <up>VolumeUp</up> | |
| <down>VolumeDown</down> | |
| <left>seek(-30)</left> | |
| <right>seek(30)</right> | |
| <escape>Stop</escape> | |
| <s>Screenshot</s> | |
| </keyboard> | |
| </FullscreenVideo> | |
| </keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment