Kodi Community Forum

Full Version: XBMC.ActivateWindow(???)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to locate valid values for this function? I looked here and I read this so it seemed like I should be able to use
Code:
XBMC.ActivteWindow(videolibrary, tvshowtitles0

but no joy can someone help me understand how this function works

thanks
alec
should be
Code:
XBMC.ActivateWindow(videolibrary,tvshowtitles)

I should also mention this is on linux, and I see different case for this in the wiki and in my Keymap.xml, which is correct?
It's case-insensitive.