Skip to content

Instantly share code, notes, and snippets.

@Tomfox91
Created December 25, 2013 20:15
Show Gist options
  • Save Tomfox91/8126539 to your computer and use it in GitHub Desktop.
Save Tomfox91/8126539 to your computer and use it in GitHub Desktop.
XBMC keyboard.xml file for the “Shutter Remote” Bluetooth remote. Works with XBMC 12.2 on OS X Mavericks. Enables basic navigation and skipping during playback. See http://wiki.xbmc.org/index.php?title=Keymap.
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<keyboard>
<g>Right</g>
<next_track>Right</next_track>
<prev_track>Left</prev_track>
<play_pause>Select</play_pause>
</keyboard>
</global>
<FullscreenVideo>
<keyboard>
<prev_track>StepBack</prev_track>
<next_track>StepForward</next_track>
<play_pause>Pause</play_pause>
</keyboard>
</FullscreenVideo>
<MyVideoLibrary>
<keyboard>
<next_track>Down</next_track>
<prev_track>Up</prev_track>
</keyboard>
</MyVideoLibrary>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment