Mapping Remote Key for Recordings - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: Mapping Remote Key for Recordings (/showthread.php?tid=145972) |
Mapping Remote Key for Recordings - FatGerman - 2012-11-22 I've just started using the mythtv PVR with Frodo Beta (from the Ubuntu repo) and I'm loving it so far. I'm trying to map a button on my remote to take me directly to the Recordings menu. So far I've managed to create a keymap.xml where I'm using ActivateWindow(PVR) - but this takes me to the PVR root menu. What's the correct syntax to go directly to the recordings screen? I tried ActivateWindow(PVR, pvr://recordings) but that didn't work. RE: Mapping Remote Key for Recordings - warrmr - 2012-12-30 Try <f3>XBMC.ActivateWindowAndFocus(MyPVR, 34,0, 13,0)</f3> |