<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Name="Configuration Tree" Expanded="True" Version="851" Guid="{753BFA8A-1217-4706-8FE3-05FD3A25C0FF}" Time="1242744015.58">
    <Autostart Name="Autostart" />
    <Macro Name='Trigger event "test"' Expanded="True">
        <Action>
            EventGhost.TriggerEvent(u'test', 0.0)
        </Action>
        <Action>
            EventGhost.Wait(5.0)
        </Action>
    </Macro>
    <Macro Name="Toggle drive tray" Expanded="True">
        <Event Name="test" />
        <Action>
            System.OpenDriveTray('F:', 0)
        </Action>
    </Macro>
</EventGhost>
