2013-09-24, 23:39
In OE the only directory that is writeable is /storage/
Try copy over all the .xml file in the ubuntu system keymap dir to your oe userdata keymap folder
If that doesnt work in OE run 'irw' and see what keypress is being regstered. Take a look at /storage.xbmc/userdata/Lircmap.xml and see if the button is handled correctly in that file
Then create a keymap.xml with something along the lines of
Before trying that I would
Try copy over all the .xml file in the ubuntu system keymap dir to your oe userdata keymap folder
If that doesnt work in OE run 'irw' and see what keypress is being regstered. Take a look at /storage.xbmc/userdata/Lircmap.xml and see if the button is handled correctly in that file
Then create a keymap.xml with something along the lines of
Code:
<keymap>
<Visualisation>
<remote>
<back>FullScreen</back>
<left>StepBackk</left>
<right>StepForward</right>
<up>NextPreset</up>
<down>PreviousPreset</down>
</remote>
<universalremote>
<obc149>RunScript(script.cu.lrclyrics)</obc149>
</universalremote>
</Visualisation>
</keymap>
Before trying that I would