MCE remote colored buttons
#1
I want to make use of the MCE remote colored buttions (red green yellow blue) and they don't seem to actually do anything in XBMC. I found the default mappings here:

https://github.com/xbmc/xbmc/blob/c68ef0...remote.xml

They appear to be configured e.g. <green> <red> etc, but they don't actually do anything when pressed. I am trying to remap my remote as follows:

Code:
%APPDATA%\XBMC\userdata\keymaps\remote.xml

<keymap>
  <global>
    <remote>
    <skipplus>StepForward</skipplus>
    <skipminus>SmallStepBack</skipminus>
    <red>ShowSubtitles</red>
    <green>XBMC.Shutdown()</green>
    <blue>FullScreen</blue>
    </remote>
  </global>
</keymap>

But the color button mappings don't work. In fact, the default mappings in the XML file in git don't work either.

BTW, I want to do this without remapping the remote keys in the registry to keyboard shortcuts (e.g. with mceremote plugin) because that has some side effects that I don't like.

Any help?
Reply


Messages In This Thread
MCE remote colored buttons - by Rakeesh - 2011-11-13, 00:20
[No subject] - by jhsrennie - 2011-11-13, 11:14
[No subject] - by Rakeesh - 2011-11-13, 22:40
[No subject] - by jhsrennie - 2011-11-14, 10:26
[No subject] - by Rakeesh - 2011-12-17, 04:09
[No subject] - by jhsrennie - 2011-12-17, 11:31
[No subject] - by Rakeesh - 2011-12-18, 01:17
[No subject] - by jhsrennie - 2011-12-18, 11:36
[No subject] - by Rakeesh - 2011-12-18, 21:00
[No subject] - by jhsrennie - 2011-12-19, 10:42
[No subject] - by Rakeesh - 2011-12-20, 09:22
[No subject] - by jhsrennie - 2011-12-20, 10:46
Logout Mark Read Team Forum Stats Members Help
MCE remote colored buttons0