Kodi Community Forum
Menu when watching movie doesent work - 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: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Menu when watching movie doesent work (/showthread.php?tid=36194)



Menu when watching movie doesent work - The-Boxhead - 2008-08-21

Okay maybe this is a dum question but here it goes.

I have used xbmc on the org xbox for many years with the org xbox remote.
When i watched movies the button "menu" would pull up the movie menu.

But with xbmc on pc i cant get any movie menu at all. no buttons
pulls up a menu for me i have tryed them all Wink

I have tried to figure out whats wrong, i guess it's something with the keymap.xml file. i can see that the remote global section the "menu" button is set to
<menu>PreviousMenu</menu>

Is this correct ?


- jmarshall - 2008-08-22

Check the fullscreenvideo section in keymap.xml, and add a link to OSD as necessary.


- The-Boxhead - 2008-08-23

Code:
<FullscreenVideo>
    <remote>
      <left>StepBack</left>
      <right>StepForward</right>
      <up>BigStepForward</up>
      <down>BigStepBack</down>
      <back>SmallStepBack</back>
      <menu>OSD</menu>
      <start>OSD</start>
      <title>CodecInfo</title>
      <info>Info</info>
      <enter>AspectRatio</enter>
      <select>AspectRatio</select>
   </remote>

i have it there. i got keymap.xml in xbmc/userdata
No idea why i dont get an osd working Wink