<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1669" Guid="{EB116FC6-DE0C-4418-9F3D-E8E87D55B0AB}" Time="1442522121.95">
    <Autostart Name="Autostart" Expanded="True">
        <Plugin Identifier="Keyboard" Guid="{59CBD10F-C1D8-4ADB-999B-9B76BA360F1F}" File="Keyboard">
            gAIpLg==
        </Plugin>
        <Plugin Identifier="Timer" Guid="{6149CA99-1FCD-4450-9160-7543BC20CFD3}" File="Timer">
            gAIpLg==
        </Plugin>
        <Plugin Identifier="RokuNet" Guid="RokuNetworkControl" File="RokuNetworkControl">
            gAIpLg==
        </Plugin>
    </Autostart>
    <Folder Name="KeyUpDownEvents" Expanded="True">
        <Folder Name="Left">
            <Macro Name="RokuNet: Left">
                <Event Name="Keyboard.Left" />
                <Action>
                    RokuNet.Left(u'444444444444')
                </Action>
                <Action>
                    EventGhost.JumpIfLongPress(0.5, XmlIdLink(12))
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeydownLeft" id="12">
                <Action>
                    RokuNet.KeydownLeft(u'444444444444')
                </Action>
                <Action>
                    EventGhost.NewJumpIf(XmlIdLink(40), 2, False)
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeyupLeft: 444444444444">
                <Event Name="Timer.Left_up" />
                <Action>
                    RokuNet.KeyupLeft(u'444444444444')
                </Action>
            </Macro>
        </Folder>
        <Folder Name="Right">
            <Macro Name="RokuNet: Right">
                <Event Name="Keyboard.Right" />
                <Action>
                    RokuNet.Right(u'444444444444')
                </Action>
                <Action>
                    EventGhost.JumpIfLongPress(0.5, XmlIdLink(23))
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeydownRight" id="23">
                <Action>
                    RokuNet.KeydownRight(u'444444444444')
                </Action>
                <Action>
                    EventGhost.NewJumpIf(XmlIdLink(40), 2, False)
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeyupRight: 444444444444">
                <Event Name="Timer.Right_up" />
                <Action>
                    RokuNet.KeyupRight(u'444444444444')
                </Action>
            </Macro>
        </Folder>
        <Folder Name="Down">
            <Macro Name="RokuNet: Down">
                <Event Name="Keyboard.Down" />
                <Action>
                    RokuNet.Down(u'444444444444')
                </Action>
                <Action>
                    EventGhost.JumpIfLongPress(0.5, XmlIdLink(34))
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeydownDown" id="34">
                <Action>
                    RokuNet.KeydownDown(u'444444444444')
                </Action>
                <Action>
                    EventGhost.NewJumpIf(XmlIdLink(40), 2, False)
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeyupDown: 444444444444">
                <Event Name="Timer.Down_up" />
                <Action>
                    RokuNet.KeyupDown(u'444444444444')
                </Action>
            </Macro>
        </Folder>
        <Folder Name="Up">
            <Macro Name="RokuNet: Up">
                <Event Name="Keyboard.Up" />
                <Action>
                    RokuNet.Up(u'444444444444')
                </Action>
                <Action>
                    EventGhost.JumpIfLongPress(0.5, XmlIdLink(50))
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeydownUp" id="50">
                <Action>
                    RokuNet.KeydownUp(u'444444444444')
                </Action>
                <Action>
                    EventGhost.NewJumpIf(XmlIdLink(40), 2, False)
                </Action>
            </Macro>
            <Macro Name="RokuNet: KeyupUp: 444444444444">
                <Event Name="Timer.Up_up" />
                <Action>
                    RokuNet.KeyupUp(u'444444444444')
                </Action>
            </Macro>
        </Folder>
        <Macro Name="Timer" id="40">
            <Action>
                EventGhost.PythonCommand(u'eg.plugins.Timer.TimerAction(u\'KeyUp\', 0, 1, 0.15, eg.event.suffix+"_up", False, True, 1, u\'00:00:00\')')
            </Action>
            <Action>
                EventGhost.AutoRepeat(0.14999999999999999, 0.10000000000000001, 0.10000000000000001, 3.0)
            </Action>
        </Macro>
    </Folder>
</EventGhost>
