Getting ContextMenus with my remote - I must be missing something minor here...
#1
Hi all

I've got the Dell MCE remote (RC6). When I run irw, the inputs are listed as coming from mceusb.

Everything works fine, excluding a row of buttons "RecTV", "Guide" etc..

Here is my Lircmap.xml

Code:
<lircmap>
    <remote device="mceusb">
        <left>Left</left>
        <right>Right</right>
        <up>Up</up>
        <down>Down</down>
        <select>OK</select>
        <back>Back</back>
        <menu>DVD</menu>
        <info>More</info>
        <!-- <display>Home</display> -->
        <title>Guide</title>
        <play>Play</play>
        <pause>Pause</pause>
        <reverse>Rewind</reverse>
        <forward>Forward</forward>
        <skipplus>Skip</skipplus>
        <skipminus>Replay</skipminus>
        <stop>Stop</stop>
        <zero>Zero</zero>
        <one>One</one>
        <two>Two</two>
        <three>Three</three>
        <four>Four</four>
        <five>Five</five>
        <six>Six</six>
        <seven>Seven</seven>
        <eight>Eight</eight>
        <nine>Nine</nine>
        <!-- <power>Power</power> -->
        <mytv>Red</mytv>
        <mymusic>Green</mymusic>
        <mypictures>Yellow</mypictures>
        <myvideo>Blue</myvideo>
        <record>Record</record>
        <start>Home</start>
        <volumeplus>VolUp</volumeplus>
        <volumeminus>VolDown</volumeminus>
        <channelplus>ChanUp</channelplus>
        <channelminus>ChanDown</channelminus>
        <pageplus>ChanUp</pageplus>
        <pageminus>ChanDown</pageminus>
        <mute>Mute</mute>
        <recordedtv>RecTV</recordedtv>
        <livetv>LiveTV</livetv>
        <star>Star</star>
        <hash>Hash</hash>
        <clear>Clear</clear>
    </remote>
</lircmap>

And here is my Keymap.xml

Code:
<keymap>
  <global>
    <remote>
      <play>Play</play>
      <pause>Pause</pause>
      <stop>Stop</stop>
      <forward>FastForward</forward>
      <reverse>Rewind</reverse>
      <left>Left</left>
      <right>Right</right>
      <up>Up</up>
      <down>Down</down>
      <select>Select</select>
      <pageplus>PageUp</pageplus>
      <pageminus>PageDown</pageminus>
      <back>ParentDir</back>
      <menu>PreviousMenu</menu>
      <title>ContextMenu</title>
      <info>Info</info>
      <skipplus>SkipNext</skipplus>
      <skipminus>SkipPrevious</skipminus>
      <display>FullScreen</display>
      <start>PreviousMenu</start>
      <record>Screenshot</record>
      <volumeplus>VolumeUp</volumeplus>
      <volumeminus>VolumeDown</volumeminus>
      <mute>Mute</mute>
      <power>XBMC.ShutDown()</power>
      <myvideo>XBMC.ActivateWindow(MyVideos)</myvideo>
      <mymusic>XBMC.ActivateWindow(MyMusic)</mymusic>
      <mypictures>XBMC.ActivateWindow(MyPictures)</mypictures>
      <mytv>XBMC.ActivateWindow(Home)</mytv>
      <star>XBMC.ActivateWindow(favourites)</star>
      <hash>ActivateWindow(PlayerControls)</hash>
    </remote>
  </global>
</keymap>

Why does pressing the Guide button (confirmed to receive through irw) not bring up a context menu?

Thanks

Gausie
Reply
#2
Which Keymap.xml is that, root or user? For some reason, when I create a Keymap.xml in my user's folder, the settings don't work. I have to set them in /usr/local/share/xbmc/system/Keymap.xml

Just a thought.
Reply
#3
fasteddy: If that is the case then it's a bug. Please get it reproducible so that we can fix it.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
I am having the same problem, although neither adding this to the userdata home folder or the usr system folder seems to change the keymap. I didn't know there would be anywhere else that controlled this?
Reply

Logout Mark Read Team Forum Stats Members Help
Getting ContextMenus with my remote - I must be missing something minor here...0