Upgrade to Eden - Keymap problem
#1
I've been on Dharma for ages and it's been great, but I did a ubuntu upgrade today and found that /usr/bin/xbmc was gone. This was mostly annoying, but I guess this is kind of what I get for not looking at the install list closely.

In any case, I found the Eden was just released, so I thought I'd give it a whirl. So far so good, but I have one issue with my wii remote navigation. One of my key bindings isn't working. My ~/.xbmc/userdata/Keymap.xml looks like this:

Code:
<keymap>
  <Global>
    <joystick name="WiiRemote">
      <button id="1">Up</button>
      <button id="2">Down</button>
      <button id="3">Left</button>
      <button id="4">Right</button>
      <button id="5">Select</button>
      <button id="6">PreviousMenu</button>
      <button id="7">VolumeDown</button>
      <button id="8">FullScreen</button>
      <button id="9">VolumeUp</button>
      <button id="10">Delete</button>
      <button id="11">ContextMenu</button>
    </joystick>
  </Global>
  <Home>
    <joystick name="WiiRemote">
      <button id="8">FullScreen</button>
      <button id="10">XBMC.ActivateWindow(Favourites)</button>
      <button id="11">XBMC.ActivateWindow(ShutdownMenu)</button>
    </joystick>
  </Home>
  <VideoFiles>
    <joystick name="WiiRemote">
      <button id="1">Up</button>
      <button id="2">Down</button>
      <button id="3">Left</button>
      <button id="4">Right</button>
      <button id="5">Select</button>
      <button id="6">ParentDir</button>
      <button id="7">VolumeDown</button>
      <button id="8">FullScreen</button>
      <button id="9">VolumeUp</button>
      <button id="11">ContextMenu</button>
    </joystick>
  </VideoFiles>
  <FullscreenVideo>
    <joystick name="WiiRemote">
      <button id="1">BigStepForward</button>
      <button id="2">BigStepBack</button>
      <button id="3">StepBack</button>
      <button id="4">StepForward</button>
      <button id="5">OSD</button>
      <button id="6">Info</button>
      <button id="10">CodecInfo</button>
      <button id="11">AspectRatio</button>
      <button id="33">AnalogSeekBack</button>
      <button id="34">AnalogSeekForward</button>
    </joystick>
  </FullscreenVideo>
</keymap>

but when I'm in the VideoFiles scope, pressing the trigger (button id 6) is still mapped to PreviousMenu when it should be mapped to ParentDir.

Is VideoFiles an obsolete scope? I didn't see anything about this in the upgrade faq.

Anybody know what's going on? Should I submit a bug report?
Reply
#2
Correct. VideoFiles is gone. You want Videos
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

Logout Mark Read Team Forum Stats Members Help
Upgrade to Eden - Keymap problem0