Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Vista Media Center (VMC) not receiving key strokes

If you have a question or need help, this is the place to be.
Post Reply
emphyrio
Posts: 2
Joined: Sun Mar 01, 2009 7:17 pm

Vista Media Center (VMC) not receiving key strokes

Post by emphyrio »

I'll just dive right into my problem: Vista Media Center will only receive keystrokes when its window is in focus. But I would like it to keep it out of focus. So that I can keep working on my desktop (focused applications) while other family members use the MCE remote to control VMC (unfocused).

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>
This doesn't have the desired effect, because I can only operate VMC when the window is active. So when I add the action 'Bring to Front', it does work. But then I loose focus on my other applications.

Is there a way to have EventGhost send keystrokes to VMC while keeping it inactive?
emphyrio
Posts: 2
Joined: Sun Mar 01, 2009 7:17 pm

Re: Vista Media Center (VMC) not receiving key strokes

Post by emphyrio »

Sorry to bump, but I haven't found a solution yet :(
I had high hopes for VMC Controller combined with some Eventghost plugin a user on this forum developed, but unfortunately VMC Controller won't install...

Can anyone help?
User avatar
jinxdone
Plugin Developer
Posts: 443
Joined: Tue Jan 02, 2007 4:08 pm

Re: Vista Media Center (VMC) not receiving key strokes

Post by jinxdone »

Hard to say, I've stopped using Microsoft programs apart from their OS years ago.

If you want to get the Vista Media Center plugin to work you really should be posting in this plugin support thread. You should post complete error messages, exact version of Eventghost, windows version and all other relevant information like VMC configuration (right plugin is loaded in VMC?)
Post Reply