Created
September 22, 2016 02:09
-
-
Save obfusk/4f13e884c24637a49c2468f5cea1041b to your computer and use it in GitHub Desktop.
kodi key binding (ctrl-l) for AudioNextLanguage; copy file to ~/.kodi/userdata/keymaps/
This file contains 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> | |
<FullscreenVideo> | |
<keyboard> | |
<l mod="ctrl">AudioNextLanguage</l> | |
</keyboard> | |
</FullscreenVideo> | |
<VideoMenu> | |
<keyboard> | |
<l mod="ctrl">AudioNextLanguage</l> | |
</keyboard> | |
</VideoMenu> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment