Kodi Community Forum

Full Version: Which window to call through the addon keymap editor to display this channel list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear,
I’m almost done with everything you need. I would like the help of the gentlemen, to know the path inside the addon keymap editor to call this screen “channel list” HuhImage
"g"
Could be more detailed. I still can not figure out how to map.
ActivateWindow(TVChannels)
Thank you. I'll try later!

   I'll come back to tell you if it worked.
(2019-02-06, 13:52)trogggy Wrote: [ -> ]ActivateWindow(TVChannels)
 Actually that option. Exits the full screen, and shows all channels.
   What I want is to just open this list on the side ... Without leaving the channel full screen.
Doesn't 'back' give you that?

Edit: try

ActivateWindow(10608)
(2019-02-06, 14:11)trogggy Wrote: [ -> ]Doesn't 'back' give you that?

Edit: try

ActivateWindow(10608)
 I'll try later!
Thanks for staying with me.
It worked! Thank you!!!
leveraging their knowledge. Could you tell me how I can call the favorites list?
ActivateWindow(favourites)