stecaro
06-26-2010, 09:51 PM
Hi everybody,
I find a plug-in to control KMPlayer with EventGhost but some commands are missing.
example:
(eg.ActionGroup, 'DVD', 'DVD', None, (
(MsgAction,'SubpictureMenu','SubpictureMenu', None, 0x30),
(MsgAction,'AudioMenu','AudioMenu', None, 0x31),
(MsgAction,'AngleMenu','AngleMenu', None, 0x32),
(MsgAction,'MoveMenu','MoveMenu', None, 0x33),
(MsgAction,'PrevChapter','PrevChapter', None, 0x34),
(MsgAction,'NextChapter','NextChapter', None, 0x35)
I would like to add the following lines to be able to navigate thru DVD Menu but I don't know the respective code:
(MsgAction,'Left','Left', None, 0x??),
(MsgAction,'Right','Right', None, 0x??),
(MsgAction,'Up','Up', None, 0x??),
(MsgAction,'Down','Down', None, 0x??),
Can anyone help?
I find a plug-in to control KMPlayer with EventGhost but some commands are missing.
example:
(eg.ActionGroup, 'DVD', 'DVD', None, (
(MsgAction,'SubpictureMenu','SubpictureMenu', None, 0x30),
(MsgAction,'AudioMenu','AudioMenu', None, 0x31),
(MsgAction,'AngleMenu','AngleMenu', None, 0x32),
(MsgAction,'MoveMenu','MoveMenu', None, 0x33),
(MsgAction,'PrevChapter','PrevChapter', None, 0x34),
(MsgAction,'NextChapter','NextChapter', None, 0x35)
I would like to add the following lines to be able to navigate thru DVD Menu but I don't know the respective code:
(MsgAction,'Left','Left', None, 0x??),
(MsgAction,'Right','Right', None, 0x??),
(MsgAction,'Up','Up', None, 0x??),
(MsgAction,'Down','Down', None, 0x??),
Can anyone help?