Kodi Community Forum

Full Version: Map (left) sidebar-menu in remote.xml
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

after successfully optimizing a custom "remote.xml" for my needs i'm still wondering if there is any way to map the left-sidebar menu from the standard confluence skin in my "remote.xml" - so it can be opened by a button on my standard MCE remote. All other button mappings i wanted are working fine - just missing this one.

Any ideas?

Thank you Smile
map it to 'SetFocus(9000)' (no quotes).
Wow - thank you very much! Smile Works.

I mapped my MCE "menu" button to open the sidebar.

Do you know a way so i can close the sidebar when i press the mapped button once again?

Thanks again!
Just to be clear:

For other actions i know how to close menus with the same button they were opened - but in this case there seems to be no area similar like this

<Sidebar>
<remote>
</remote>
</Sidebar>

where i could put the close-sidebar-mapping.

Any ideas are welcome. Smile

Thanks
There is none. What you could do is focus the list (assuming all the lists are in a group, focus the group) via the same mechanism you had here. Or you could add <onback> to controls in the sidemenu to jump back to the list.
Thanks again. I'll try. Smile