<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1544" Guid="{B533C2F9-E758-48E9-9E00-96B81152BEB0}" Time="1324160525.25">
    <Autostart Name="Autostart" Expanded="True">
        <Plugin Identifier="MCE_Vista" Guid="{A7DB04BB-9F0A-486A-BCA1-CA87B9620D54}" File="MceRemote_Vista">
            gAIpLg==
        </Plugin>
    </Autostart>
    <Macro Name="Emulate Keystrokes: {Ctrl+Return}" Expanded="True">
        <Event Name="MceRemote.Mce.Ok" />
        <Action>
            Window.SendKeys(u'{Ctrl+Return}', False)
        </Action>
    </Macro>
    <Macro Name="Emulate Keystrokes: {Return}" Expanded="True">
        <Event Name="MceRemote.Mce.Ok" />
        <Action>
            Window.SendKeys(u'{Return}', False)
        </Action>
    </Macro>
</EventGhost>
