Kodi Community Forum
keymap - can't open window with another window open. - 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 - can't open window with another window open. (/showthread.php?tid=353655)



keymap - can't open window with another window open. - Zodler - 2020-04-19

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.