My software is: Windows Vista SP1 with TV Pack 2008, EventGhost 0.3.5c.908, Vista MCE Replacement Driver for my MCE Remote.
In EventGhost, under Context Folder / Keyboard Emulation / Up, there is:
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="908">
<Macro Name="Up" Expanded="True">
<Event Name="MceRemote.Up">
</Event>
<Action>
Window.FindWindow(u'ehshell.exe', None, None, None, None, None, False, 0.0, 0)
</Action>
<Action>
Window.SendKeys(u'{Up}', False)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
</EventGhost>Is there a way to have EventGhost send keystrokes to VMC while keeping it inactive?