mouse.xml broken in gotham?
#1
I previously used mouse.xml in /home/pi/.xbmc/userdata/keymaps to define a bunch of keys I prefer.

However with gotham these settings no longer seem to be read.

I also located the : /opt/xbmc-bcm/xbmc-bin/share/xbmc/system/keymaps/mouse.xml

added my settings to this, and still no difference

Content of the file below, can anyone tell me what I am doing wrong. (Mouse is enabled, and does work, just ,mappings are not being read)

PHP Code:
<keymap>
  <global>
    <
mouse>
      <
leftclick>ContextMenu</leftclick>
      <
middleclick>middleclick</middleclick>
      <
rightclick>info</rightclick>
      <
doubleclick>doubleclick</doubleclick>
      <
wheeldown>wheeldown</wheeldown>
      <
wheelup>wheelup</wheelup>
      <
mousedrag>mousedrag</mousedrag>
      <
mousemove>mousemove</mousemove>
    </
mouse>
  </global>
  <
SlideShow>
    <
mouse>
      <
leftclick>Pause</leftclick>
      <
rightclick>PreviousMenu</rightclick>
      <
wheelup>PreviousPicture</wheelup>
      <
wheeldown>NextPicture</wheeldown>
    </
mouse>
  </
SlideShow>
</
keymap
Reply
#2
I had this problem last night when I updated 1 of my machines from 13.1 to 13.2, but it was the appcommand.xml that had broken in my case. For some reason, opening the file in Internet Explorer would show the code properly but in a text editor it was all on 1 line.

I simply created a new text file, copied the code over, saved it and changed the extension to .xml
Reply

Logout Mark Read Team Forum Stats Members Help
mouse.xml broken in gotham?0