Kodi Community Forum

Full Version: Is this right for the info button?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I cant get the info button to work:

Code:
blade@oneiric:~$ sudo ir-keytable -t
Testing events. Please, press CTRL-C to abort.
1326435481.311739: event MSC: scancode = 803
1326435481.311743: event key down: KEY_INFO (0x0166)
1326435481.311744: event sync
1326435481.563731: event key up: KEY_INFO (0x0166)
1326435481.563733: event sync

Is that because its doing key down & key up at the same time? all other buttons are mapped the same and they work..

Any suggestions?

In file /etc/rc_keymaps/asus_pc39
0x0803 KEY_INFO

Thanks
OK..

Didnt name the remote device in /.xbmc/userdata/Lircmap.xml properly and it was using the one from /usr/share/xbmc/system/Lircmap.xml

Which was looking for the KEY_PROPS instead of my KEY_INFO for the <info> tag

<remote device="linux-input-layer">
<altname>devinput</altname>