Remapping remote keys
#1
I have been using CEC to control Kodi for years. I recently bought a new Samsung tv and some of the remote keys no longer work as they did on the old tv. Using debug mode I get this when I hit the EXIT-button.
Code:
DEBUG: CInputManager::HandleKey: 249 (0xf9, obc6) pressed, action is Delete

this is part of my remote.xml
Code:
<remote>
        <red>Info</red>
        <green>noop</green>             <!--Dissable green button -->
        <yellow>ContextMenu</yellow>
        <blue>ToggleWatched</blue>
        
        <249>ContextMenu</249>            <!--Exit button -->
        
    </remote>

My problem is that I am not sure what the name of the button is. I have tried 249, 0xf9 and obc6 but none work.
Reply

Logout Mark Read Team Forum Stats Members Help
Remapping remote keys0