Unable to set LG Remote map (CEC)
#8
Remap your FF/RW buttons to info and context menu.
Even if you actually use those you will only use it in fullscreenvideo (and perhaps music playback), and if so you can set global action to info/context and remap the fullscreenvideo to ff/rw (and again perhaps music playback).

Start wit the following:
Turn on debug logging and press RW.
Look in log for '... OnKey xxxx' and write down the xxxx number. Do the same for FF.

Create a text file called remote.xml and place it in /home/pi/.xbmc/userdata/keymaps.
Add the following:
Code:
<keymap>

  <global>
   <keyboard>
    <key id="xxxx">ContextMenu</key>
    <key id="xxxx">Info</key>
   </keyboard>
  </global>
  
</keymap>

And reboot.

If you want to have RW/FF, add the following to for example fullscreenvideo (inside keymap tags but outside the global tags):
Code:
<FullscreenVideo>
   <keyboard>
    <key id="xxxx">Rewind</key>
    <key id="xxxx">FastForward</key>
   </keyboard>
  </FullscreenVideo>

P.S: Do not use a text editor that uses windows line endings (e.g. Notepad), use something that uses linux/unix line endings.

Edit: Are you certain that the coloured buttons doesn´t work with CEC?
Reply


Messages In This Thread
RE: Unable to set LG Remote map (CEC) - by miappa - 2014-07-06, 15:59
Logout Mark Read Team Forum Stats Members Help
Unable to set LG Remote map (CEC)0