[Linux] help for config my Lircmap and Keymap
#1
hi have some difficults to configure my Lircmap.xml and Keymap.xml in /home/pigeta/.XBMC/userdata
i don't understand how to write these 2 file. I have downloaded and save my lircd.conf from here http://lircconfig.commandir.com/lircd.co...wremote=46

i follow this guide: http://forum.xbmc.org/showthread.php?tid=45972
now how to configure all buttons,like this:

<lircmap>
<remote device="iMON-PAD">
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>SelectSpace</select>
<back>BackSpace</back>
</remote>
</lircmap>

and other button what's the BUTTON_STRING for other LIRC_BUTTON_NAME wher i can find? or tell me please

or i have to use
<lircmap>
<remote device="MyRemote">
<obc1>Left</obc1>
<obc2>Right</obc2>
<obc3>Up</obc3>
<obc4>Down</obc4>
<obc5>SelectSpace</obc5>
<obc6>BackSpace</obc6>
</remote>
</lircmap>

and where i could find obc codes?
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] help for config my Lircmap and Keymap0