Kodi Community Forum
keymap help for MCE Remote - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: keymap help for MCE Remote (/showthread.php?tid=181966)



keymap help for MCE Remote - sufreak - 2014-01-02

I'm switching my Harmony 650 to be solely an MCE Remote. It used the MCE keyboard additionally. The 2 last things I'm stuck on is trying to map the small step back (7 second back) to map the yellow button while playing and map the context menu.

The 7 second back is not working and I'm not sure why. I'm running OpenElec on an Acer Revo

(The context menu isnt mapped yet)
Code:
<keymap>
<global>
      <keyboard>
        <one>XBMC.ReloadSkin()</one>
        <two>JumpSMS2</two>
        <three>JumpSMS3</three>
        <four>JumpSMS4</four>
        <five>JumpSMS5</five>
        <six>JumpSMS6</six>
        <seven>JumpSMS7</seven>
        <eight>JumpSMS8</eight>
        <nine>JumpSMS9</nine>
       </keyboard>

       <remote>
         <Red>ToggleWatched</Red>
         <Green>FullScreen</Green>
         <blue>XBMC.UpdateLibrary(video)</blue>
       </remote>
    </global>

<FullscreenVideo>
    <keyboard>
      <left>BigStepBack</left>
      <right>BigStepForward</right>
    </keyboard>
    <remote>
        <Yellow>SmallStepBack</Yellow>
    </remote>
</FullscreenVideo>


<movieinformation>
    <remote>
      <info>Close</info>
    </remote>
  </movieinformation>
  <musicinformation>
    <remote>
      <info>Close</info>
    </remote>
  </musicinformation>



RE: keymap help for MCE Remote - sufreak - 2014-01-03

Turns out everything was working fine, I just had to map the Back button to my 7 second rewind button and update the keymap that was loaded