New Setting Input Devices Peripherals
#3
Hi, its me again.
Played around a little bit, but i cannot make the remote work with my customized Keymap.xml.

Tried the following:
Code:
<peripheral vendor="05A4" product="9881" bus="usb" name="Hama MCE Remote" mapTo="hama">
    <setting key="keymap_enabled" type="bool" value="1" label="35008" configurable="1" />
    <setting key="keymap" value="v05a4p9881" label="35007" configurable="1" />
  </peripheral>
in /usr/share/xbmc/system/peripherals.xml

Renamed my original modified Keymap.xml to v05a4p9881.xml and put it in ~/.xbmc/userdata/keymaps and (for testing) in /usr/share/xbmc/system/keymaps

Have a usb_05A4_9881.xml file in ~/.xbmc/userdata/peripheral_data/
Code:
<settings>
    <setting id="keymap" value="v05a4p9881" />
    <setting id="keymap_enabled" value="1" />
</settings>

It's a Hama MCE Remote ! The Remote works only with few of the Buttons on the remote, like Back, OK, Up/Down/Left/Right but no other Button works like expected.
F.e. i configured the Start-Button on the remote to always go back to the Home-Screen.
Code:
<start>XBMC.ActivateWindow(Home)</start>

Can someone please explain how i can configure evrything to use my modified Keymap.xml Huh

Thanx
spocky184
Reply


Messages In This Thread
[No subject] - by spocky184 - 2011-09-05, 11:58
[No subject] - by spocky184 - 2011-09-13, 22:13
[No subject] - by opdenkamp - 2011-09-14, 10:26
[No subject] - by spocky184 - 2011-09-14, 13:59
[No subject] - by spocky184 - 2011-09-14, 22:26
[No subject] - by opdenkamp - 2011-09-15, 10:10
[No subject] - by spocky184 - 2011-09-15, 21:12
[No subject] - by opdenkamp - 2011-09-16, 00:21
[No subject] - by spocky184 - 2011-09-16, 21:32
[No subject] - by opdenkamp - 2011-09-17, 09:47
Logout Mark Read Team Forum Stats Members Help
New Setting Input Devices Peripherals0