Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
keymap - can't open window with another window open.
#1
This keymap behavior is new. I don't know exactly from when.

My problem is with calling CodecInfo and activatewindow(playersettings,language)

I have these inside a keymap

xml:
<fullscreeninfo>
    <keyboard>
        <key id="205">CodecInfo</key>
    </keyboard>
</fullscreeninfo>

<osdsubtitlesettings>
    <keyboard>
        <key id="204">activatewindow(playersettings,language)</key>
    </keyboard>
</osdsubtitlesettings>

These are not working.

Before, it worked, maybe it stopped working in kodi 18. What can I do to make it work?
I can call CodecInfo and activatewindow(playersettings,language) directly but it does not work when fullscreeninfo or osdsubtitlesettings is open on screen.
Reply

Logout Mark Read Team Forum Stats Members Help
keymap - can't open window with another window open.0