Kodi Community Forum

Full Version: return key - samsung remote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been trying to change the mapping of my “RETURN” key on my Samsung remote to no avail,, below is the captured log when pressing the button stating the key is “return” and the onkey number is “229”

17:35:25 T:139941208110848 DEBUG: CecLogMessage - >> 01:8a:91
17:35:25 T:139941208110848 DEBUG: CecLogMessage - >> TV (0) -> Recorder 1 (1): vendor remote button down (8A)
17:35:25 T:139941208110848 DEBUG: CecLogMessage - key pressed: return (Samsung) (91)
17:35:25 T:139941208110848 DEBUG: PushCecKeypress - received key e5 duration 500
17:35:25 T:139941494237056 DEBUG: OnKey: 229 (e5) pressed, action is CodecInfo

I have modified /home/xbmc/.xbmc/userdata/keymaps/remote.xml to included

<return>XBMC.Action(OSD)</return>
<key id="229">XBMC.Action(OSD)</key>
<tittle>XBMC.Action(OSD)</tittle>

However, the action being perform is “CodecInfo” as it states in the log. I have checked /usr/share/xbmc/systems/leymaps/remote.xml but that button isnot reference there. Where is that coming from?


My Keymap file

<keymap>
<global>
<remote>
<red>XBMC.ActivateWindow(Home)</red>
<green>TakeScreenshot</green>
<yellow>RestartApp</yellow>
<nine>XBMC.Action(pvrguidesearch)</nine>
<livetv>ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</livetv>
</remote>
</global>

<FullScreenVideo>
<remote>
<one>XBMC.ActivateWindow(pvrchannelscan)</one>
<two>XBMC.Action(reloadkeymaps)</two>
<three>XBMC.ActivateWindow(Home)</three>
<four>XBMC.Action(OSD)</four>
<five>XBMC.Action(OSD)</five>
<six>XBMC.Action(OSD)</six>
<seven>XBMC.Action(OSD)</seven>
<eight>XBMC.Action(OSD)</eight>
<nine>XBMC.Action(mute)</nine>
<green>XBMC.Action(OSD)</green>
<yellow>XBMC.Action(OSD)</yellow>
<blue>XBMC.Action(OSD)</blue>
<return>XBMC.Action(OSD)</return>
</remote>
</FullScreenVideo>

<FullScreenLiveTV>
<remote>
<back>XBMC.Action(fullscreeninfo)</back>
<return>XBMC.Action(OSD)</return>
</remote>
</FullScreenLiveTV>

</keymap>

Any help will be grateful! thanks