2020-04-19, 02:05
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
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.
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.