Kodi Community Forum
dvd menu binding in Keymap.xml - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: dvd menu binding in Keymap.xml (/showthread.php?tid=45403)



dvd menu binding in Keymap.xml - bryanc - 2009-02-12

Hi,

I want to bind one of the buttons on my remote to activate the DVD menu.

I know where in the Keymap.xml file to make the change. (In the FullscreenVideo block -- I have successfully changed the button I would like to use to some other arbitrary command just as a test).

From the VideoOSD.xml file, I found the <onclick> command for the DVD menu is XBMC.PlayerControl(ShowVideoMenu), but when I use this in Keymap.xml, nothing happens.

What am I missing?

Edit: As another test, I tried using XBMC.PlayerControl(ShowVideoMenu) within the <keyboard> block -- same thing, it just gets ignored.


- Maxim - 2009-02-12

I have this setup on my machine at home.

You can check out other Actions here:

http://wiki.xbmc.org/?title=Action_IDs

I think I use showvideomenu to bring up the Root menu for the DVD. I'll have to double check when I get home though.