Kodi Community Forum

Full Version: Mapping button to record from EPG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

Previously in Gotham I had the following in my keymap which allowed me to record directly from the EPG:

Code:
<pvr>
        <keyboard>
            <f7>Record</f7>
        </keyboard>
    </pvr>


However it no longer seems to work in Helix. I've checked the keymap entry on the wiki, and it doesn't seem to have changed?


Does anybody have an idea how to change/fix my keymap so it records again?


Cheers[/code]
Try add record under global, not pvr
Ah, good thinking that works.
Alternatively you could add this if you didn't want it global:

Code:
<tvguide>
    <keyboard>
        <f7>record</f7>
    </keyboard>
</tvguide>

scott s.
.