2006-12-22, 08:18 PM
When trying out the new resume feature for DVD's (Thanks, that is really nice!) I noticed that I couldn't navigate the DVD menu's anymore. The left and right arrow keys were changing the volume instead of navigating. I found this:
<command name="DVD_LEFT" key="Left"/>
<command name="DVD_RIGHT" key="Right"/>
and
<command name="DVD_VOLUME_UP" key="Add"/>
<command name="DVD_VOLUME_DOWN" key="Subtract"/>
<command name="DVD_VOLUME_MUTE" key="^M"/>
<command name="DVD_VOLUME_UP" key="Oemplus"/>
<command name="DVD_VOLUME_DOWN" key="OemMinus"/>
<command name="DVD_VOLUME_UP" key="Right"/>
<command name="DVD_VOLUME_DOWN" key="Left"/>
In the keymappings/DvdPlayer.xml file. You can see that the last 2 values for DVD_VOLUME_UP and DVD_VOLUME_DOWN override the left and right navigation keys from above. Deleting the the DVD_VOLUME_UP and DVD_VOLUME_DOWN lines restored the navigation for me.
Kyle
<command name="DVD_LEFT" key="Left"/>
<command name="DVD_RIGHT" key="Right"/>
and
<command name="DVD_VOLUME_UP" key="Add"/>
<command name="DVD_VOLUME_DOWN" key="Subtract"/>
<command name="DVD_VOLUME_MUTE" key="^M"/>
<command name="DVD_VOLUME_UP" key="Oemplus"/>
<command name="DVD_VOLUME_DOWN" key="OemMinus"/>
<command name="DVD_VOLUME_UP" key="Right"/>
<command name="DVD_VOLUME_DOWN" key="Left"/>
In the keymappings/DvdPlayer.xml file. You can see that the last 2 values for DVD_VOLUME_UP and DVD_VOLUME_DOWN override the left and right navigation keys from above. Deleting the the DVD_VOLUME_UP and DVD_VOLUME_DOWN lines restored the navigation for me.
Kyle