I have a JustBoom Smart Remote which detects as a CEC device when connected. Unfortunetly the OK and Context Menu buttons do not wok for some reason. I installed the key mapping add-on and I'm able to map the KEY_SELECT and KEY_MENU to the OK and context menu separately but when I add the two in the gen.xml file it maps them both to the select key. I cannot get them both to work together.
Here is the gen.xml file contents:
<keymap>
<global>
<keyboard>
<KEY_MENU>ContextMenu</KEY_MENU>
<KEY_SELECT>Select</KEY_SELECT>
</keyboard>
</global>
</keymap>