RC6 remote - Suggestions to improve the default mapping
#1
Hello,
I am using XBMCBuntu Eden (+ PVR) with a RC6 remote supplied by Microsoft. It works quite well under XBMC, but I believe that the default mapping could be improved.

Below are the first things I would like to improve.

General things
- The "i" (info) button should be mapped to the contextual menu (right click). This is the case in every other Media Center. The informations panel can be mapped to something else such as the Yellow or Teletext button.
- The "PVR shortcuts" (Guide, Recordings, Live TV) should be enabled

For instance, when watching Live TV:
- The Green button (start) should always bring back to the Main menu (currently it opens the play/pause/option menu)
- The Ok button changes the aspect ratio (could be mapped to a minor button e.g. the red button). It should open the play/pause/options menu.

When watching a recording:
- The Back button goes backwards from a few seconds (it should open the menu)

When watching a DVD:
- The "DVD Menu" button does not open the DVD menu

Below are some sample remote.xml and lircmap.xml enabling these modifications. I find this new mapping more natural than the default mapping I have got when starting XBMCbuntu Eden.

remote.xml
Code:
<keymap>
  <global>
    <remote>
      <info>ContextMenu</info> <!-- i button -->
      <menu>PlayDVD</menu>
      <mytv>XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</mytv>
      <recordedtv>XBMC.ActivateWindowAndFocus(MyPVR, 34,0, 13,0)</recordedtv>
      <red>FullScreen</red>
      <start>XBMC.ActivateWindow(Home)</start>
      <title>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</title> <!-- Guide button -->
      <yellow>Info</yellow>
    </remote>
  </global>
  <FullScreenVideo>
    <remote>
      <back>Back</back>    
      <menu>ShowVideoMenu</menu>      
      <select>OSD</select>
      <start>XBMC.ActivateWindow(Home)</start>          
    </remote>    
  </FullScreenVideo>  
</keymap>

lircmap.xml
Code:
<lircmap>
  <remote device="mceusb">
    <recordedtv>RecTV</recordedtv>
  </remote>
</lircmap>
Reply


Messages In This Thread
RC6 remote - Suggestions to improve the default mapping - by spontex - 2012-07-02, 00:12
Logout Mark Read Team Forum Stats Members Help
RC6 remote - Suggestions to improve the default mapping0