Loses some keymappings but not others.
#1
Raspberry Pi B (256 RAM)
Raspbmc RC5
Frodo Beta 1
CEC over Samsung TV through Onkyo Amp to the Pi


Weird problem where the keymaps sometimes just lost the exit/return buttons. Not sure if XBMC or Raspbmc itself as not got anything to try it on but either sometimes return/exit don't work but yellow does (all set as 'back'). The keymaps xml must be being loaded as it picks up my other mappings (e.g yellow) but I don't know where exit goes to.

For log I turn on xbmc, navigate into the music folder. Press exit for times (nothing is logged), press down (line 1030 - 1038) then press down 4 more times (nothing is logged)

The whole log here: http://xbmclogs.com/show.php?id=15182
Keymap is as follows for global:

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>
      <enter>FullScreen</enter>
      <pageplus>PageUp</pageplus>
      <pageminus>PageDown</pageminus>
      <exit>back</exit>
      <return>back</return>
      <menu>PreviousMenu</menu>
      <title>ContextMenu</title>
      <info>Info</info>
      <skipplus>SkipNext</skipplus>
      <skipminus>SkipPrevious</skipminus>
      <red>UpdateLibrary(video)</red>
      <green>XBMC.ActivateWindow(MyVideos)</green>
      <yellow>back</yellow>
      <blue>RunScript(script.raspbmc.settings)</blue>
    </remote>
  </global>
Set Up
Raspberry Pi running Raspbmc - XBMC 12.2
40" Samsung ES6800 LED Smart 3D 1080P TV
Onkyo HTS3405 5.1 DD True HD and DTS-HD Surround Sound
ReadyNAS Duo with 4TB (2 x 2TB X-RAID) Western Digital Caviar Green using NFS
Reply

Logout Mark Read Team Forum Stats Members Help
Loses some keymappings but not others.0