Skip to content

Instantly share code, notes, and snippets.

@aphex3k
Last active November 5, 2016 04:41
Show Gist options
  • Select an option

  • Save aphex3k/583461be3b49fd7f715ee9d127856bb8 to your computer and use it in GitHub Desktop.

Select an option

Save aphex3k/583461be3b49fd7f715ee9d127856bb8 to your computer and use it in GitHub Desktop.
Boxee Box remote keyboard layout for kodi/xbmc
<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