v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2019-04-10, 17:52)beeswax Wrote:
php:
<keymap>

    <global>
        <keyboard>
            <star>Info</star>
        </keyboard>
    </global>

</keymap>
You need to put the mapping into the remote section, not the keyboard section. eg
php:
<keymap>
    <global>
        <remote>
            <star>Info</star>
        </remote>
    </global>
</keymap>
so long,

Hias


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by HiassofT - 2019-04-10, 18:23
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24