<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Name="Configuration Tree" Expanded="True" Version="1462" Guid="{E5B3F62C-1DCD-43CE-A856-0DB993CF798B}" Time="1278245951.38">
    <Autostart Name="Autostart" Expanded="True">
        <Plugin File="Keyboard" Identifier="Keyboard">
            gAIpLg==
        </Plugin>
        <Plugin File="LogitechUltraX" Identifier="UltraX">
            gAIpLg==
        </Plugin>
        <Plugin File="WMPlayer" Identifier="WMPlayer">
            gAIpLg==
        </Plugin>
        <Plugin File="DVBViewer" Identifier="DVBViewer">
            gAIoiYmIiVgoAAAAQzpcUHJvZ3JhbSBGaWxlc1xEVkJWaWV3ZXJcZHZidmlld2VyLmV4ZXEAWAAAAABxAYiJiImJSzxYDgAAAFN0YXJ0UmVjb3JkaW5ncQJYDgAAAFN0YXJ0UmVjb3JkaW5ncQNLA4mJSwVYDAAAADEyNy4wLjAuMTo4MHEEWBAAAABEVkJWaWV3ZXJTZXJ2aWNlcQWJdHEGLg==
        </Plugin>
    </Autostart>
    <Folder Name="Mute" Expanded="True">
        <Macro Name="Mute Audigy" Expanded="True">
            <Event Name="UltraX.Record" />
            <Action>
                System.ToggleMute(2)
            </Action>
        </Macro>
        <Macro Name="Mute DVBViewer" Expanded="True">
            <Event Name="UltraX.Mute" />
            <Action>
                DVBViewer.Mute()
            </Action>
        </Macro>
    </Folder>
    <Folder Name="Windows Media Player">
        <Macro Name="Toggle Play" Expanded="True">
            <Event Name="UltraX.Play" />
            <Action>
                WMPlayer.TogglePlay()
            </Action>
        </Macro>
        <Macro Name="Stop" Expanded="True">
            <Event Name="UltraX.Stop" />
            <Action>
                WMPlayer.Stop()
            </Action>
        </Macro>
        <Macro Name="Previous Track" Expanded="True">
            <Event Name="UltraX.PreviousTrack" />
            <Action>
                WMPlayer.PreviousTrack()
            </Action>
        </Macro>
        <Macro Name="Next Track" Expanded="True">
            <Event Name="UltraX.NextTrack" />
            <Action>
                WMPlayer.NextTrack()
            </Action>
        </Macro>
        <Macro Name="Fast Forward">
            <Action>
                WMPlayer.FastForward()
            </Action>
        </Macro>
        <Macro Name="Rewind">
            <Action>
                WMPlayer.FastRewind()
            </Action>
        </Macro>
        <Macro Name="Volume Up">
            <Action>
                WMPlayer.VolumeUp()
            </Action>
        </Macro>
        <Macro Name="Volume Down">
            <Action>
                WMPlayer.VolumeDown()
            </Action>
        </Macro>
        <Macro Name="Toggle Mute">
            <Action>
                WMPlayer.ToggleMute()
            </Action>
        </Macro>
        <Macro Name="Toggle Shuffle">
            <Action>
                WMPlayer.ToggleShuffle()
            </Action>
        </Macro>
        <Macro Name="Toggle Repeat">
            <Action>
                WMPlayer.ToggleRepeat()
            </Action>
        </Macro>
        <Macro Name="Now Playing">
            <Action>
                WMPlayer.NowPlaying()
            </Action>
        </Macro>
        <Macro Name="Library">
            <Action>
                WMPlayer.Library()
            </Action>
        </Macro>
        <Macro Name="Fullscreen">
            <Action>
                WMPlayer.Fullscreen()
            </Action>
        </Macro>
        <Macro Name="Exit">
            <Action>
                WMPlayer.Exit()
            </Action>
        </Macro>
    </Folder>
</EventGhost>
