Skip to content

Instantly share code, notes, and snippets.

@lad1337
Created September 17, 2011 14:12
Show Gist options
  • Save lad1337/1223972 to your computer and use it in GitHub Desktop.
Save lad1337/1223972 to your computer and use it in GitHub Desktop.
xbmc keymap that maps up to cycle through audio languages and down to toggle subtitels
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<keymap>
<FullscreenVideo>
<keyboard>
<up>AudioNextLanguage</up>
<down>ShowSubtitles</down>
</keyboard>
</FullscreenVideo>
</keymap>
</keymap>
@mklement0
Copy link

Very cool. I integrated this into the main keyboard.xml for my purposes, but the title of your gist suggests that a separate, ancillary file can be used, too. Could you please elaborate as to where to put such a file and how to integrate it? I'm looking for an approach that needn't be reapplied every time XBMC is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment