Video Player ‘Cog’ Settings On Remote
#1
Hi,

Im trying to map the settings that are in the bottom right hand side of fullscreen video playback. The cog that brings up the Video, Audio and Subtitle menus. I don't want to map any of them specifically. I just want to map the root menu where you can select any of them.

Im using the keymap editor add on. I know how to use that. But i have no idea what the menu I'm trying to map is called or if it is even possible to map that menu.

Is it possible? Is it possible with the keymap editor add on? If so what is the menu called? Which category is it in?

If not, is there some way I can manually change the keymap? Without the keymap editor?

Any help would be appreciated
Thanks
Reply
#2
If that's the default skin Estuary you are talking about then that is a custom window with id 1101 see https://github.com/xbmc/xbmc/blob/master...ist.xml#L2

So would need to manually add this, for more detail on this see https://kodi.wiki/view/HOW-TO:Modify_keymaps

The action you would need in the FullscreenVideo section is

xml:
ActivateWindow(1101)

You can see an example of the use of ActivateWindow this in the FullscreenVideo section with the action to open the Teletext window here https://github.com/xbmc/xbmc/blob/master...d.xml#L387
Reply
#3
Actually as it's a remote then this is the file with a couple of example

https://github.com/xbmc/xbmc/blob/master...#L199-L200
Reply
#4
Thank you, this was what I was hoping to learn.
Reply

Logout Mark Read Team Forum Stats Members Help
Video Player ‘Cog’ Settings On Remote0