02-05-2012, 06:04 PM
I have tried, for the life of me, EVERYTHING I can think of to get my KEY_PVR button to map in openelec but nothing will make it work.
When I ssh into the system and use the 'irw' function the key is recognized as 16e KEY_PVR. So I know the system recognizes the button. But when I assign it to a function in lircmap.xml and the remote.xml it does nothing.
Right now this is what I have it as.
Lircmap.xml
remote.xml
I have tired different words and different key combos. No dice. The lircmap.xml is in the /storage/.xbmc/userdata. And the remote.xml is in /storage/.xbmc/userdata/keymaps.
What am I doing wrong here?
When I ssh into the system and use the 'irw' function the key is recognized as 16e KEY_PVR. So I know the system recognizes the button. But when I assign it to a function in lircmap.xml and the remote.xml it does nothing.
Right now this is what I have it as.
Lircmap.xml
Code:
<lircmap>
<remote device="mceusb">
<recordedtv>KEY_PVR</recordedtv>
</remote>
</lircmap>
remote.xml
Code:
<keymap>
<global>
<remote>
<recordedtv>XBMC.ActivateWindow(Favourites)</recordedtv>
</remote>
</global>
<keymap>
I have tired different words and different key combos. No dice. The lircmap.xml is in the /storage/.xbmc/userdata. And the remote.xml is in /storage/.xbmc/userdata/keymaps.
What am I doing wrong here?