[Linux]How to use an unsupported button on your remote.[Linux]
#2
Indeed. Thanks for the guide.

I did this yesterday but instead of finding an unused button in the ButtonTranslator.cpp, I used the <obc#> ones.

In the end your lircmap.xml will look like this

Code:
<obc1>OpenClose</obc1>

and keymap.xml will look like this
Code:
    <keymap>
    <global>
        <remote>
            <left>Left</left>
            <right>Right</right>
            <up>Up</up>
            <down>Down</down>
                 </remote>
                 <universalremote>
                         <obc1>XBMC.EjectTray()</obc1>
                 </universalremote>

This method allows you to add a greater amount of buttons.

Here are a few other posts on the topic
Link 1
Link 2
Link 3


EDIT: Not exactly sure why but those file locations don't look right to me, mine is
/home/.xbmc/userdata/keymaps/remote.xml
/home/.xbmc/userdata/lircmap.xml
Reply


Messages In This Thread
[No subject] - by Nick8888 - 2010-02-09, 08:01
[No subject] - by FishOil - 2010-02-09, 08:39
[No subject] - by xbmc17 - 2011-02-05, 22:06
[No subject] - by esevece - 2011-04-26, 07:26
Logout Mark Read Team Forum Stats Members Help
[Linux]How to use an unsupported button on your remote.[Linux]0