Kodi Community Forum

Full Version: Videolyrics v2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Sorry Mike, I dont know... none of the mods that I have coded had that issue. Maybe some window could be getting the focus and stealing the keystrokes? Huh
Mike i create in DialogContextMenu.xml when I had problem to leave dialog in Libreelec with remote(Air Mouse).
Mine suggeston to you...create this button, and use when you leave visualisation window.
Code:
<control type="button" id="1033">
                <include>DialogContext_Button</include>
                <onleft>Dialog.Close(106)</onleft>
                <onright>Dialog.Close(106)</onright>
                <onclick>Dialog.Close(all,true)</onclick>
        <onclick>ActivateWindow(Home)</onclick>
                <label>Close Lyrics</label>
                <visible>Window.IsActive(Visualisation)</visible>
            </control>
Heya Manfeed Awesome update, just wondering what code id need to copy paste to my skin to get the sync lyrics button working on jarvis 16.1 or is it not possible, any help appreciated cheers mate. P.s I have aeon mq7 spin installed...
Pages: 1 2