Last active
October 21, 2018 09:13
-
-
Save nachomezzadra/36c086b10b72fec2ff0a to your computer and use it in GitHub Desktop.
XBMC remote.xml mapping for LG TV HDMI CEC (42LS5700-SB)
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
<keymap> | |
<global> | |
<remote> | |
<skipminus>XBMC.Action(reloadkeymaps)</skipminus> | |
<stop>XBMC.ActivateWindow(Home)</stop> | |
<blue>ContextMenu</blue> | |
</remote> | |
</global> | |
<home> | |
<remote> | |
<red>XBMC.ActivateWindow(VideoLibrary,TvShowTitles)</red> | |
<green>XBMC.ActivateWindow(VideoLibrary,MovieTitles)</green> | |
<yellow>XBMC.ActivateWindow(MyMusic)</yellow> | |
</remote> | |
</home> | |
<FullScreenVideo> | |
<remote> | |
<play>Play</play> | |
<pause>Pause</pause> | |
<stop>stop</stop> | |
<skipplus>FastForward</skipplus> | |
<skipminus>Rewind</skipminus> | |
<blue>Info</blue> | |
<yellow>NextSubtitle</yellow> | |
<green>subtitledelay</green> | |
</remote> | |
</FullScreenVideo> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy file into /home/pi/.xbmc/userdata/keymaps and restart XBMC.
More info
http://kodi.wiki/view/Opening_Windows_and_Dialogs
http://kodi.wiki/view/Keyboard.xml
https://github.com/xbmc/xbmc/blob/master/xbmc/input/ButtonTranslator.cpp
For OSMC
Copy file into /home/osmc/.kodi/userdata/keymaps and restart OSMC.