Kodi Community Forum
KeyMap for EPG/PVRGuide - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: KeyMap for EPG/PVRGuide (/showthread.php?tid=215600)



KeyMap for EPG/PVRGuide - papr1989 - 2015-01-19

Hi there,

I am wondering that i cant find anything about how to configure the keymap in EPG/PVRGuide.
If I open EPG during watching LiveTV (Guide-Key configured to open TVGuide (not the OSD-EPG)) I want to go back with the "back" or "exit" key to LiveTV. But it opens a left hand side menu (Confluence Skin). If I press the "back" or "exit" key again I am back at the Homescreen (while LiveTV runs in background). So I have to press again a key to get full screen.
I have tried to manually add
<MyPVRGuide>
<back>Back</back>
</MyPVRGuide>
into the remote.xml, but it does not work Sad



By the way, what action opens the left hand side menu?


RE: KeyMap for EPG/PVRGuide - Jönke - 2015-01-19

You can try my latest keymap for mce remote, it has some nice mapp for pvr
http://pastebin.com/a9Hg4eh8


RE: KeyMap for EPG/PVRGuide - papr1989 - 2015-01-19

OMG

Thanks for your quick and helpful answer!!!

To use <TVGuide> instead of <MyPVRGuide> was the solution. How simple Big Grin

<TVGuide>
<remote>
<back>PreviousMenu</back>
<guide>back</guide>
</remote>
</TVGuide>