PDA

View Full Version : How to map MenuOSD commands to remote events



jackdeth999
April 20th, 2009, 02:28 PM
I'm a little confused by how map the [Osd]:Up(), Down(), and Select() controls to events generated by a remote control to control the OSD.

Can someone give an example of that?

Ron
April 21st, 2009, 08:00 AM
Add a lua scripting action with the osd:Up() code in it. Then attach an event to that. This event should be the event that should move the OSD position up.

jackdeth999
April 21st, 2009, 05:17 PM
Ah yes, that makes sense.

Is there an easy way that I can disable the sending of events to other actions when the OSD is on-screen?

For example, I usually send the up/down arrow keys to my DVD player app. However, when I have the OSD on-screen I'd like those keys only to go to the OSD. Is there a way I can disable those events just for the duration of the OSD?