Created
December 25, 2013 20:15
-
-
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.
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> | |
<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