Posts: 26,215
Joined: Oct 2003
Reputation:
187
Videomenu is actually the "dvd menu" section.
I suspect you are wanting to pop it into the <fullscreenvideo> section?
Cheers,
Jonathan
Posts: 4,997
Joined: May 2004
Reputation:
12
Try unmapping menu? xml comments are like this <!-- comment -->
Posts: 26,215
Joined: Oct 2003
Reputation:
187
Ah - simple then:
CApplication::OnKey: 61538 pressed
That indicates that a KEYBOARD key was pressed. You are thus using an app that maps stuff to keyboard commands, so you'll need to alter the keyboard command for whatever button that 61538 represents. Check the <keyboard> section.
Cheers,
Jonathan