keymap help for MCE Remote
#1
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>
Reply
#2
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
Reply

Logout Mark Read Team Forum Stats Members Help
keymap help for MCE Remote0