Advertisement
Guest User

EventGhost config for XBMC with XBMCRepeat Plugin

a guest
Jan 15th, 2011
4,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 60.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <EventGhost Name="Configuration Tree" Expanded="True" Version="851" Guid="{1ED8F856-7287-481C-8121-1FB10D28BD03}" Time="1295133861.78">
  3.     <Autostart Name="Autostart" Expanded="True">
  4.         <Plugin File="XBCDRC" Identifier="XBCDRC">
  5.             gAJYAAAAAHEAiIZxAS4=
  6.         </Plugin>
  7.         <Plugin File="XBMCRepeat" Identifier="XBMC2">
  8.             gAJYCQAAADEyNy4wLjAuMXEAhXEBLg==
  9.         </Plugin>
  10.         <Action>
  11.             System.Execute(u'C:\\Program Files\\XBMC\\XBMC.exe', u'', 0, False, 2, u'C:\\Program Files\\XBMC')
  12.         </Action>
  13.     </Autostart>
  14.     <Folder Name="XBMCRepeat" Expanded="True">
  15.         <Folder Name="Buttons" Expanded="True">
  16.             <Folder Name="Remote">
  17.                 <Macro Name="Left">
  18.                     <Event Name="XBCDRC.LEFT" />
  19.                     <Action>
  20.                         XBMC2.RemoteLeft()
  21.                     </Action>
  22.                     <Action>
  23.                         EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  24.                     </Action>
  25.                 </Macro>
  26.                 <Macro Name="Right">
  27.                     <Event Name="XBCDRC.RIGHT" />
  28.                     <Action>
  29.                         XBMC2.RemoteRight()
  30.                     </Action>
  31.                     <Action>
  32.                         EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  33.                     </Action>
  34.                 </Macro>
  35.                 <Macro Name="Up">
  36.                     <Event Name="XBCDRC.UP" />
  37.                     <Action>
  38.                         XBMC2.RemoteUp()
  39.                     </Action>
  40.                     <Action>
  41.                         EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  42.                     </Action>
  43.                 </Macro>
  44.                 <Macro Name="Down">
  45.                     <Event Name="XBCDRC.DOWN" />
  46.                     <Action>
  47.                         XBMC2.RemoteDown()
  48.                     </Action>
  49.                     <Action>
  50.                         EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  51.                     </Action>
  52.                 </Macro>
  53.                 <Macro Name="Select">
  54.                     <Event Name="XBCDRC.SELECT" />
  55.                     <Action>
  56.                         XBMC2.RemoteSelect()
  57.                     </Action>
  58.                 </Macro>
  59.                 <Macro Name="Back">
  60.                     <Event Name="XBCDRC.BACK" />
  61.                     <Action>
  62.                         XBMC2.RemoteBack()
  63.                     </Action>
  64.                 </Macro>
  65.                 <Macro Name="Menu">
  66.                     <Event Name="XBCDRC.MENU" />
  67.                     <Action>
  68.                         XBMC2.RemoteMenu()
  69.                     </Action>
  70.                 </Macro>
  71.                 <Macro Name="Info">
  72.                     <Event Name="XBCDRC.INFO" />
  73.                     <Action>
  74.                         XBMC2.RemoteInfo()
  75.                     </Action>
  76.                 </Macro>
  77.                 <Macro Name="Display">
  78.                     <Action>
  79.                         XBMC2.RemoteDisplay()
  80.                     </Action>
  81.                 </Macro>
  82.                 <Macro Name="Title">
  83.                     <Event Name="XBCDRC.TITLE" />
  84.                     <Action>
  85.                         XBMC2.RemoteTitle()
  86.                     </Action>
  87.                 </Macro>
  88.                 <Macro Name="Play">
  89.                     <Event Name="XBCDRC.PLAY" />
  90.                     <Action>
  91.                         XBMC2.RemotePlay()
  92.                     </Action>
  93.                 </Macro>
  94.                 <Macro Name="Pause">
  95.                     <Event Name="XBCDRC.PAUSE" />
  96.                     <Action>
  97.                         XBMC2.RemotePause()
  98.                     </Action>
  99.                 </Macro>
  100.                 <Macro Name="Reverse">
  101.                     <Event Name="XBCDRC.REVERSE" />
  102.                     <Action>
  103.                         XBMC2.RemoteReverse()
  104.                     </Action>
  105.                     <Action>
  106.                         EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  107.                     </Action>
  108.                 </Macro>
  109.                 <Macro Name="Forward">
  110.                     <Event Name="XBCDRC.FORWARD" />
  111.                     <Action>
  112.                         XBMC2.RemoteForward()
  113.                     </Action>
  114.                     <Action>
  115.                         EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  116.                     </Action>
  117.                 </Macro>
  118.                 <Macro Name="Skip +">
  119.                     <Event Name="XBCDRC.SKIP+" />
  120.                     <Action>
  121.                         XBMC2.RemoteSkip +()
  122.                     </Action>
  123.                 </Macro>
  124.                 <Macro Name="Skip -">
  125.                     <Event Name="XBCDRC.SKIP-" />
  126.                     <Action>
  127.                         XBMC2.RemoteSkip -()
  128.                     </Action>
  129.                 </Macro>
  130.                 <Macro Name="Stop">
  131.                     <Event Name="XBCDRC.STOP" />
  132.                     <Action>
  133.                         XBMC2.RemoteStop()
  134.                     </Action>
  135.                 </Macro>
  136.                 <Macro Name="0">
  137.                     <Event Name="XBCDRC.0" />
  138.                     <Action>
  139.                         XBMC2.Remote0()
  140.                     </Action>
  141.                 </Macro>
  142.                 <Macro Name="1">
  143.                     <Event Name="XBCDRC.1" />
  144.                     <Action>
  145.                         XBMC2.Remote1()
  146.                     </Action>
  147.                 </Macro>
  148.                 <Macro Name="2">
  149.                     <Event Name="XBCDRC.2" />
  150.                     <Action>
  151.                         XBMC2.Remote2()
  152.                     </Action>
  153.                 </Macro>
  154.                 <Macro Name="3">
  155.                     <Event Name="XBCDRC.3" />
  156.                     <Action>
  157.                         XBMC2.Remote3()
  158.                     </Action>
  159.                 </Macro>
  160.                 <Macro Name="4">
  161.                     <Event Name="XBCDRC.4" />
  162.                     <Action>
  163.                         XBMC2.Remote4()
  164.                     </Action>
  165.                 </Macro>
  166.                 <Macro Name="5">
  167.                     <Event Name="XBCDRC.5" />
  168.                     <Action>
  169.                         XBMC2.Remote5()
  170.                     </Action>
  171.                 </Macro>
  172.                 <Macro Name="6">
  173.                     <Event Name="XBCDRC.6" />
  174.                     <Action>
  175.                         XBMC2.Remote6()
  176.                     </Action>
  177.                 </Macro>
  178.                 <Macro Name="7">
  179.                     <Event Name="XBCDRC.7" />
  180.                     <Action>
  181.                         XBMC2.Remote7()
  182.                     </Action>
  183.                 </Macro>
  184.                 <Macro Name="8">
  185.                     <Event Name="XBCDRC.8" />
  186.                     <Action>
  187.                         XBMC2.Remote8()
  188.                     </Action>
  189.                 </Macro>
  190.                 <Macro Name="9">
  191.                     <Event Name="XBCDRC.9" />
  192.                     <Action>
  193.                         XBMC2.Remote9()
  194.                     </Action>
  195.                 </Macro>
  196.                 <Macro Name="Power">
  197.                     <Action>
  198.                         XBMC2.RemotePower()
  199.                     </Action>
  200.                 </Macro>
  201.                 <Macro Name="My TV">
  202.                     <Action>
  203.                         XBMC2.RemoteMyTV()
  204.                     </Action>
  205.                 </Macro>
  206.                 <Macro Name="My Music">
  207.                     <Action>
  208.                         XBMC2.RemoteMyMusic()
  209.                     </Action>
  210.                 </Macro>
  211.                 <Macro Name="My Pictures">
  212.                     <Action>
  213.                         XBMC2.RemoteMyPictures()
  214.                     </Action>
  215.                 </Macro>
  216.                 <Macro Name="My Video">
  217.                     <Action>
  218.                         XBMC2.RemoteMyVideo()
  219.                     </Action>
  220.                 </Macro>
  221.                 <Macro Name="Record">
  222.                     <Action>
  223.                         XBMC2.RemoteRecord()
  224.                     </Action>
  225.                 </Macro>
  226.                 <Macro Name="Start">
  227.                     <Action>
  228.                         XBMC2.RemoteStart()
  229.                     </Action>
  230.                 </Macro>
  231.                 <Macro Name="Vol +">
  232.                     <Action>
  233.                         XBMC2.RemoteVol +()
  234.                     </Action>
  235.                 </Macro>
  236.                 <Macro Name="Vol -">
  237.                     <Action>
  238.                         XBMC2.RemoteVol -()
  239.                     </Action>
  240.                 </Macro>
  241.                 <Macro Name="channelplus">
  242.                     <Action>
  243.                         XBMC2.Remotechannelplus()
  244.                     </Action>
  245.                 </Macro>
  246.                 <Macro Name="channelminus">
  247.                     <Action>
  248.                         XBMC2.Remotechannelminus()
  249.                     </Action>
  250.                 </Macro>
  251.                 <Macro Name="pageplus">
  252.                     <Action>
  253.                         XBMC2.Remotepageplus()
  254.                     </Action>
  255.                 </Macro>
  256.                 <Macro Name="pageminus">
  257.                     <Action>
  258.                         XBMC2.Remotepageminus()
  259.                     </Action>
  260.                 </Macro>
  261.                 <Macro Name="Mute">
  262.                     <Action>
  263.                         XBMC2.RemoteMute()
  264.                     </Action>
  265.                 </Macro>
  266.                 <Macro Name="Recorded TV">
  267.                     <Action>
  268.                         XBMC2.RemoteRecorded TV()
  269.                     </Action>
  270.                 </Macro>
  271.                 <Macro Name="Live TV">
  272.                     <Action>
  273.                         XBMC2.RemoteLive TV()
  274.                     </Action>
  275.                 </Macro>
  276.                 <Macro Name="*">
  277.                     <Action>
  278.                         XBMC2.Remote*()
  279.                     </Action>
  280.                 </Macro>
  281.                 <Macro Name="#">
  282.                     <Action>
  283.                         XBMC2.Remote#()
  284.                     </Action>
  285.                 </Macro>
  286.                 <Macro Name="Clear">
  287.                     <Action>
  288.                         XBMC2.RemoteClear()
  289.                     </Action>
  290.                 </Macro>
  291.             </Folder>
  292.             <Folder Name="Gamepad">
  293.                 <Macro Name="a">
  294.                     <Action>
  295.                         XBMC2.GamepadA()
  296.                     </Action>
  297.                 </Macro>
  298.                 <Macro Name="b">
  299.                     <Action>
  300.                         XBMC2.GamepadB()
  301.                     </Action>
  302.                 </Macro>
  303.                 <Macro Name="x">
  304.                     <Action>
  305.                         XBMC2.GamepadX()
  306.                     </Action>
  307.                 </Macro>
  308.                 <Macro Name="y">
  309.                     <Action>
  310.                         XBMC2.GamepadY()
  311.                     </Action>
  312.                 </Macro>
  313.                 <Macro Name="white">
  314.                     <Action>
  315.                         XBMC2.GamepadWhite()
  316.                     </Action>
  317.                 </Macro>
  318.                 <Macro Name="black">
  319.                     <Action>
  320.                         XBMC2.GamepadBlack()
  321.                     </Action>
  322.                 </Macro>
  323.                 <Macro Name="start">
  324.                     <Action>
  325.                         XBMC2.GamepadStart()
  326.                     </Action>
  327.                 </Macro>
  328.                 <Macro Name="back">
  329.                     <Action>
  330.                         XBMC2.GamepadBack()
  331.                     </Action>
  332.                 </Macro>
  333.                 <Macro Name="leftthumbbutton">
  334.                     <Action>
  335.                         XBMC2.GamepadLeftThumbButton()
  336.                     </Action>
  337.                 </Macro>
  338.                 <Macro Name="rightthumbbutton">
  339.                     <Action>
  340.                         XBMC2.GamepadRightThumbButton()
  341.                     </Action>
  342.                 </Macro>
  343.                 <Macro Name="leftthumbstick">
  344.                     <Action>
  345.                         XBMC2.GamepadLeftThumbStick()
  346.                     </Action>
  347.                 </Macro>
  348.                 <Macro Name="leftthumbstickup">
  349.                     <Action>
  350.                         XBMC2.GamepadLeftThumbStickUp()
  351.                     </Action>
  352.                 </Macro>
  353.                 <Macro Name="leftthumbstickdown">
  354.                     <Action>
  355.                         XBMC2.GamepadLeftThumbStickDown()
  356.                     </Action>
  357.                 </Macro>
  358.                 <Macro Name="leftthumbstickleft">
  359.                     <Action>
  360.                         XBMC2.GamepadLeftThumbStickLeft()
  361.                     </Action>
  362.                 </Macro>
  363.                 <Macro Name="leftthumbstickright">
  364.                     <Action>
  365.                         XBMC2.GamepadLeftThumbStickRight()
  366.                     </Action>
  367.                 </Macro>
  368.                 <Macro Name="rightthumbstick">
  369.                     <Action>
  370.                         XBMC2.GamepadRightThumbStick()
  371.                     </Action>
  372.                 </Macro>
  373.                 <Macro Name="rightthumbstickup">
  374.                     <Action>
  375.                         XBMC2.GamepadRightThumbStickUp()
  376.                     </Action>
  377.                 </Macro>
  378.                 <Macro Name="rightthumbstickdown">
  379.                     <Action>
  380.                         XBMC2.GamepadRightThumbStickDown()
  381.                     </Action>
  382.                 </Macro>
  383.                 <Macro Name="rightthumbstickleft">
  384.                     <Action>
  385.                         XBMC2.GamepadRightThumbStickLeft()
  386.                     </Action>
  387.                 </Macro>
  388.                 <Macro Name="rightthumbstickright">
  389.                     <Action>
  390.                         XBMC2.GamepadRightThumbStickRight()
  391.                     </Action>
  392.                 </Macro>
  393.                 <Macro Name="lefttrigger">
  394.                     <Action>
  395.                         XBMC2.GamepadLeftTrigger()
  396.                     </Action>
  397.                 </Macro>
  398.                 <Macro Name="righttrigger">
  399.                     <Action>
  400.                         XBMC2.GamepadRightTrigger()
  401.                     </Action>
  402.                 </Macro>
  403.                 <Macro Name="leftanalogtrigger">
  404.                     <Action>
  405.                         XBMC2.GamepadLeftAnalogTrigger()
  406.                     </Action>
  407.                 </Macro>
  408.                 <Macro Name="rightanalogtrigger">
  409.                     <Action>
  410.                         XBMC2.GamepadRightAnalogTrigger()
  411.                     </Action>
  412.                 </Macro>
  413.                 <Macro Name="dpadleft">
  414.                     <Action>
  415.                         XBMC2.GamepadDpadLeft()
  416.                     </Action>
  417.                 </Macro>
  418.                 <Macro Name="dpadright">
  419.                     <Action>
  420.                         XBMC2.GamepadDpadRight()
  421.                     </Action>
  422.                 </Macro>
  423.                 <Macro Name="dpadup">
  424.                     <Action>
  425.                         XBMC2.GamepadDpadUp()
  426.                     </Action>
  427.                 </Macro>
  428.                 <Macro Name="dpaddown">
  429.                     <Action>
  430.                         XBMC2.GamepadDpadDown()
  431.                     </Action>
  432.                 </Macro>
  433.             </Folder>
  434.         </Folder>
  435.         <Folder Name="Actions">
  436.             <Folder Name="General">
  437.                 <Macro Name="Left">
  438.                     <Action>
  439.                         XBMC2.Left()
  440.                     </Action>
  441.                 </Macro>
  442.                 <Macro Name="Right">
  443.                     <Action>
  444.                         XBMC2.Right()
  445.                     </Action>
  446.                 </Macro>
  447.                 <Macro Name="Up">
  448.                     <Action>
  449.                         XBMC2.Up()
  450.                     </Action>
  451.                 </Macro>
  452.                 <Macro Name="Down">
  453.                     <Action>
  454.                         XBMC2.Down()
  455.                     </Action>
  456.                 </Macro>
  457.                 <Macro Name="Page Up">
  458.                     <Action>
  459.                         XBMC2.PageUp()
  460.                     </Action>
  461.                 </Macro>
  462.                 <Macro Name="Page Down">
  463.                     <Action>
  464.                         XBMC2.PageDown()
  465.                     </Action>
  466.                 </Macro>
  467.                 <Macro Name="Select">
  468.                     <Action>
  469.                         XBMC2.Select()
  470.                     </Action>
  471.                 </Macro>
  472.                 <Macro Name="Highlight">
  473.                     <Action>
  474.                         XBMC2.Highlight()
  475.                     </Action>
  476.                 </Macro>
  477.                 <Macro Name="Parent Dir">
  478.                     <Action>
  479.                         XBMC2.ParentDir()
  480.                     </Action>
  481.                 </Macro>
  482.                 <Macro Name="Previous Menu">
  483.                     <Action>
  484.                         XBMC2.PreviousMenu()
  485.                     </Action>
  486.                 </Macro>
  487.                 <Macro Name="Info">
  488.                     <Action>
  489.                         XBMC2.Info()
  490.                     </Action>
  491.                 </Macro>
  492.                 <Macro Name="Screenshot">
  493.                     <Action>
  494.                         XBMC2.Screenshot()
  495.                     </Action>
  496.                 </Macro>
  497.                 <Macro Name="PowerOff">
  498.                     <Action>
  499.                         XBMC2.PowerOff()
  500.                     </Action>
  501.                 </Macro>
  502.                 <Macro Name="Volume Up">
  503.                     <Action>
  504.                         XBMC2.VolumeUp()
  505.                     </Action>
  506.                 </Macro>
  507.                 <Macro Name="Volume Down">
  508.                     <Action>
  509.                         XBMC2.VolumeDown()
  510.                     </Action>
  511.                 </Macro>
  512.                 <Macro Name="Mute">
  513.                     <Action>
  514.                         XBMC2.Mute()
  515.                     </Action>
  516.                 </Macro>
  517.                 <Macro Name="Context Menu">
  518.                     <Action>
  519.                         XBMC2.ContextMenu()
  520.                     </Action>
  521.                 </Macro>
  522.                 <Macro Name="Scroll Up">
  523.                     <Action>
  524.                         XBMC2.ScrollUp()
  525.                     </Action>
  526.                 </Macro>
  527.                 <Macro Name="Scroll Down">
  528.                     <Action>
  529.                         XBMC2.ScrollDown()
  530.                     </Action>
  531.                 </Macro>
  532.                 <Macro Name="Close">
  533.                     <Action>
  534.                         XBMC2.Close()
  535.                     </Action>
  536.                 </Macro>
  537.                 <Macro Name="Number 0">
  538.                     <Action>
  539.                         XBMC2.Number0()
  540.                     </Action>
  541.                 </Macro>
  542.                 <Macro Name="Number 1">
  543.                     <Action>
  544.                         XBMC2.Number1()
  545.                     </Action>
  546.                 </Macro>
  547.                 <Macro Name="Number 2">
  548.                     <Action>
  549.                         XBMC2.Number2()
  550.                     </Action>
  551.                 </Macro>
  552.                 <Macro Name="Number 3">
  553.                     <Action>
  554.                         XBMC2.Number3()
  555.                     </Action>
  556.                 </Macro>
  557.                 <Macro Name="Number 4">
  558.                     <Action>
  559.                         XBMC2.Number4()
  560.                     </Action>
  561.                 </Macro>
  562.                 <Macro Name="Number 5">
  563.                     <Action>
  564.                         XBMC2.Number5()
  565.                     </Action>
  566.                 </Macro>
  567.                 <Macro Name="Number 6">
  568.                     <Action>
  569.                         XBMC2.Number6()
  570.                     </Action>
  571.                 </Macro>
  572.                 <Macro Name="Number 7">
  573.                     <Action>
  574.                         XBMC2.Number7()
  575.                     </Action>
  576.                 </Macro>
  577.                 <Macro Name="Number 8">
  578.                     <Action>
  579.                         XBMC2.Number8()
  580.                     </Action>
  581.                 </Macro>
  582.                 <Macro Name="Number 9">
  583.                     <Action>
  584.                         XBMC2.Number9()
  585.                     </Action>
  586.                 </Macro>
  587.             </Folder>
  588.             <Folder Name="Media playing">
  589.                 <Macro Name="Play">
  590.                     <Action>
  591.                         XBMC2.Play()
  592.                     </Action>
  593.                 </Macro>
  594.                 <Macro Name="Pause">
  595.                     <Action>
  596.                         XBMC2.Pause()
  597.                     </Action>
  598.                 </Macro>
  599.                 <Macro Name="Stop">
  600.                     <Action>
  601.                         XBMC2.Stop()
  602.                     </Action>
  603.                 </Macro>
  604.                 <Macro Name="Fast Forward">
  605.                     <Action>
  606.                         XBMC2.FastForward()
  607.                     </Action>
  608.                 </Macro>
  609.                 <Macro Name="Rewind">
  610.                     <Action>
  611.                         XBMC2.Rewind()
  612.                     </Action>
  613.                 </Macro>
  614.                 <Macro Name="Skip Next">
  615.                     <Action>
  616.                         XBMC2.SkipNext()
  617.                     </Action>
  618.                 </Macro>
  619.                 <Macro Name="Skip Previous">
  620.                     <Action>
  621.                         XBMC2.SkipPrevious()
  622.                     </Action>
  623.                 </Macro>
  624.                 <Macro Name="Full Screen">
  625.                     <Action>
  626.                         XBMC2.FullScreen()
  627.                     </Action>
  628.                 </Macro>
  629.                 <Macro Name="Codec Info">
  630.                     <Action>
  631.                         XBMC2.CodecInfo()
  632.                     </Action>
  633.                 </Macro>
  634.                 <Macro Name="AnalogSeekForward">
  635.                     <Action>
  636.                         XBMC2.AnalogSeekForward()
  637.                     </Action>
  638.                 </Macro>
  639.                 <Macro Name="AnalogSeekBack">
  640.                     <Action>
  641.                         XBMC2.AnalogSeekBack()
  642.                     </Action>
  643.                 </Macro>
  644.                 <Macro Name="AnalogFastForward">
  645.                     <Action>
  646.                         XBMC2.AnalogFastForward()
  647.                     </Action>
  648.                 </Macro>
  649.                 <Macro Name="AnalogRewind">
  650.                     <Action>
  651.                         XBMC2.AnalogRewind()
  652.                     </Action>
  653.                 </Macro>
  654.                 <Macro Name="Party Mode">
  655.                     <Action>
  656.                         XBMC2.PartyMode()
  657.                     </Action>
  658.                 </Macro>
  659.                 <Macro Name="Random">
  660.                     <Action>
  661.                         XBMC2.Random()
  662.                     </Action>
  663.                 </Macro>
  664.                 <Macro Name="Repeat">
  665.                     <Action>
  666.                         XBMC2.Repeat()
  667.                     </Action>
  668.                 </Macro>
  669.                 <Macro Name="Update Video Library">
  670.                     <Action>
  671.                         XBMC2.UpdateVideoLibrary()
  672.                     </Action>
  673.                 </Macro>
  674.                 <Macro Name="Update Music Library">
  675.                     <Action>
  676.                         XBMC2.UpdateMusicLibrary()
  677.                     </Action>
  678.                 </Macro>
  679.                 <Macro Name="IncreaseRating">
  680.                     <Action>
  681.                         XBMC2.IncreaseRating()
  682.                     </Action>
  683.                 </Macro>
  684.                 <Macro Name="DecreaseRating">
  685.                     <Action>
  686.                         XBMC2.DecreaseRating()
  687.                     </Action>
  688.                 </Macro>
  689.                 <Macro Name="Eject Tray">
  690.                     <Action>
  691.                         XBMC2.EjectTray()
  692.                     </Action>
  693.                 </Macro>
  694.                 <Macro Name="Record">
  695.                     <Action>
  696.                         XBMC2.Record()
  697.                     </Action>
  698.                 </Macro>
  699.                 <Macro Name="Play DVD">
  700.                     <Action>
  701.                         XBMC2.PlayDVD()
  702.                     </Action>
  703.                 </Macro>
  704.                 <Macro Name="Last FM Love">
  705.                     <Action>
  706.                         XBMC2.LastFMLove()
  707.                     </Action>
  708.                 </Macro>
  709.                 <Macro Name="Last FM Ban">
  710.                     <Action>
  711.                         XBMC2.LastFMBan()
  712.                     </Action>
  713.                 </Macro>
  714.             </Folder>
  715.             <Folder Name="Playlist">
  716.                 <Macro Name="Playlist">
  717.                     <Action>
  718.                         XBMC2.Playlist()
  719.                     </Action>
  720.                 </Macro>
  721.                 <Macro Name="Queue">
  722.                     <Action>
  723.                         XBMC2.Queue()
  724.                     </Action>
  725.                 </Macro>
  726.                 <Macro Name="Move Item Up">
  727.                     <Action>
  728.                         XBMC2.MoveItemUp()
  729.                     </Action>
  730.                 </Macro>
  731.                 <Macro Name="Move Item Down">
  732.                     <Action>
  733.                         XBMC2.MoveItemDown()
  734.                     </Action>
  735.                 </Macro>
  736.             </Folder>
  737.             <Folder Name="FullScreen Video">
  738.                 <Macro Name="StepForward">
  739.                     <Action>
  740.                         XBMC2.StepForward()
  741.                     </Action>
  742.                 </Macro>
  743.                 <Macro Name="StepBack">
  744.                     <Action>
  745.                         XBMC2.StepBack()
  746.                     </Action>
  747.                 </Macro>
  748.                 <Macro Name="BigStepForward">
  749.                     <Action>
  750.                         XBMC2.BigStepForward()
  751.                     </Action>
  752.                 </Macro>
  753.                 <Macro Name="BigStepBack">
  754.                     <Action>
  755.                         XBMC2.BigStepBack()
  756.                     </Action>
  757.                 </Macro>
  758.                 <Macro Name="SmallStepBack">
  759.                     <Action>
  760.                         XBMC2.SmallStepBack()
  761.                     </Action>
  762.                 </Macro>
  763.                 <Macro Name="Show OSD">
  764.                     <Action>
  765.                         XBMC2.OSD()
  766.                     </Action>
  767.                 </Macro>
  768.                 <Macro Name="Aspect Ratio">
  769.                     <Action>
  770.                         XBMC2.AspectRatio()
  771.                     </Action>
  772.                 </Macro>
  773.                 <Macro Name="Show Subtitles">
  774.                     <Action>
  775.                         XBMC2.ShowSubtitles()
  776.                     </Action>
  777.                 </Macro>
  778.                 <Macro Name="NextSubtitle">
  779.                     <Action>
  780.                         XBMC2.NextSubtitle()
  781.                     </Action>
  782.                 </Macro>
  783.                 <Macro Name="SubtitleDelayMinus">
  784.                     <Action>
  785.                         XBMC2.SubtitleDelayMinus()
  786.                     </Action>
  787.                 </Macro>
  788.                 <Macro Name="SubtitleDelayPlus">
  789.                     <Action>
  790.                         XBMC2.SubtitleDelayPlus()
  791.                     </Action>
  792.                 </Macro>
  793.                 <Macro Name="AudioDelayMinus">
  794.                     <Action>
  795.                         XBMC2.AudioDelayMinus()
  796.                     </Action>
  797.                 </Macro>
  798.                 <Macro Name="AudioDelayPlus">
  799.                     <Action>
  800.                         XBMC2.AudioDelayPlus()
  801.                     </Action>
  802.                 </Macro>
  803.                 <Macro Name="AudioNextLanguage">
  804.                     <Action>
  805.                         XBMC2.AudioNextLanguage()
  806.                     </Action>
  807.                 </Macro>
  808.                 <Macro Name="mplayerosd">
  809.                     <Action>
  810.                         XBMC2.mplayerosd()
  811.                     </Action>
  812.                 </Macro>
  813.                 <Macro Name="Show Time">
  814.                     <Action>
  815.                         XBMC2.ShowTime()
  816.                     </Action>
  817.                 </Macro>
  818.                 <Macro Name="ShowVideoMenu">
  819.                     <Action>
  820.                         XBMC2.ShowVideoMenu()
  821.                     </Action>
  822.                 </Macro>
  823.             </Folder>
  824.             <Folder Name="Picture slideshow">
  825.                 <Macro Name="NextPicture">
  826.                     <Action>
  827.                         XBMC2.NextPicture()
  828.                     </Action>
  829.                 </Macro>
  830.                 <Macro Name="PreviousPicture">
  831.                     <Action>
  832.                         XBMC2.PreviousPicture()
  833.                     </Action>
  834.                 </Macro>
  835.                 <Macro Name="ZoomOut">
  836.                     <Action>
  837.                         XBMC2.ZoomOut()
  838.                     </Action>
  839.                 </Macro>
  840.                 <Macro Name="ZoomIn">
  841.                     <Action>
  842.                         XBMC2.ZoomIn()
  843.                     </Action>
  844.                 </Macro>
  845.                 <Macro Name="ZoomNormal">
  846.                     <Action>
  847.                         XBMC2.ZoomNormal()
  848.                     </Action>
  849.                 </Macro>
  850.                 <Macro Name="ZoomLevel1">
  851.                     <Action>
  852.                         XBMC2.ZoomLevel1()
  853.                     </Action>
  854.                 </Macro>
  855.                 <Macro Name="ZoomLevel2">
  856.                     <Action>
  857.                         XBMC2.ZoomLevel2()
  858.                     </Action>
  859.                 </Macro>
  860.                 <Macro Name="ZoomLevel3">
  861.                     <Action>
  862.                         XBMC2.ZoomLevel3()
  863.                     </Action>
  864.                 </Macro>
  865.                 <Macro Name="ZoomLevel4">
  866.                     <Action>
  867.                         XBMC2.ZoomLevel4()
  868.                     </Action>
  869.                 </Macro>
  870.                 <Macro Name="ZoomLevel5">
  871.                     <Action>
  872.                         XBMC2.ZoomLevel5()
  873.                     </Action>
  874.                 </Macro>
  875.                 <Macro Name="ZoomLevel6">
  876.                     <Action>
  877.                         XBMC2.ZoomLevel6()
  878.                     </Action>
  879.                 </Macro>
  880.                 <Macro Name="ZoomLevel7">
  881.                     <Action>
  882.                         XBMC2.ZoomLevel7()
  883.                     </Action>
  884.                 </Macro>
  885.                 <Macro Name="ZoomLevel8">
  886.                     <Action>
  887.                         XBMC2.ZoomLevel8()
  888.                     </Action>
  889.                 </Macro>
  890.                 <Macro Name="ZoomLevel9">
  891.                     <Action>
  892.                         XBMC2.ZoomLevel9()
  893.                     </Action>
  894.                 </Macro>
  895.                 <Macro Name="AnalogMove">
  896.                     <Action>
  897.                         XBMC2.AnalogMove()
  898.                     </Action>
  899.                 </Macro>
  900.                 <Macro Name="Rotate">
  901.                     <Action>
  902.                         XBMC2.Rotate()
  903.                     </Action>
  904.                 </Macro>
  905.             </Folder>
  906.             <Folder Name="Screen calibration">
  907.                 <Macro Name="NextCalibration">
  908.                     <Action>
  909.                         XBMC2.NextCalibration()
  910.                     </Action>
  911.                 </Macro>
  912.                 <Macro Name="ResetCalibration">
  913.                     <Action>
  914.                         XBMC2.ResetCalibration()
  915.                     </Action>
  916.                 </Macro>
  917.                 <Macro Name="AnalogMove">
  918.                     <Action>
  919.                         XBMC2.AnalogMove()
  920.                     </Action>
  921.                 </Macro>
  922.                 <Macro Name="NextResolution">
  923.                     <Action>
  924.                         XBMC2.NextResolution()
  925.                     </Action>
  926.                 </Macro>
  927.             </Folder>
  928.             <Folder Name="File Manager">
  929.                 <Macro Name="Delete">
  930.                     <Action>
  931.                         XBMC2.Delete()
  932.                     </Action>
  933.                 </Macro>
  934.                 <Macro Name="Copy">
  935.                     <Action>
  936.                         XBMC2.Copy()
  937.                     </Action>
  938.                 </Macro>
  939.                 <Macro Name="Move">
  940.                     <Action>
  941.                         XBMC2.Move()
  942.                     </Action>
  943.                 </Macro>
  944.                 <Macro Name="Rename">
  945.                     <Action>
  946.                         XBMC2.Rename()
  947.                     </Action>
  948.                 </Macro>
  949.             </Folder>
  950.             <Folder Name="On-screen keyboard">
  951.                 <Macro Name="BackSpace">
  952.                     <Action>
  953.                         XBMC2.BackSpace()
  954.                     </Action>
  955.                 </Macro>
  956.                 <Macro Name="Shift">
  957.                     <Action>
  958.                         XBMC2.Shift()
  959.                     </Action>
  960.                 </Macro>
  961.                 <Macro Name="Symbols">
  962.                     <Action>
  963.                         XBMC2.Symbols()
  964.                     </Action>
  965.                 </Macro>
  966.                 <Macro Name="CursorLeft">
  967.                     <Action>
  968.                         XBMC2.CursorLeft()
  969.                     </Action>
  970.                 </Macro>
  971.                 <Macro Name="CursorRight">
  972.                     <Action>
  973.                         XBMC2.CursorRight()
  974.                     </Action>
  975.                 </Macro>
  976.             </Folder>
  977.             <Folder Name="Music visualisation">
  978.                 <Macro Name="Show OSD">
  979.                     <Action>
  980.                         XBMC2.OSD()
  981.                     </Action>
  982.                 </Macro>
  983.                 <Macro Name="ShowPreset">
  984.                     <Action>
  985.                         XBMC2.ShowPreset()
  986.                     </Action>
  987.                 </Macro>
  988.                 <Macro Name="PresetList">
  989.                     <Action>
  990.                         XBMC2.PresetList()
  991.                     </Action>
  992.                 </Macro>
  993.                 <Macro Name="NextPreset">
  994.                     <Action>
  995.                         XBMC2.NextPreset()
  996.                     </Action>
  997.                 </Macro>
  998.                 <Macro Name="PreviousPreset">
  999.                     <Action>
  1000.                         XBMC2.PreviousPreset()
  1001.                     </Action>
  1002.                 </Macro>
  1003.                 <Macro Name="LockPreset">
  1004.                     <Action>
  1005.                         XBMC2.LockPreset()
  1006.                     </Action>
  1007.                 </Macro>
  1008.                 <Macro Name="RandomPreset">
  1009.                     <Action>
  1010.                         XBMC2.RandomPreset()
  1011.                     </Action>
  1012.                 </Macro>
  1013.                 <Macro Name="increasevisrating">
  1014.                     <Action>
  1015.                         XBMC2.increasevisrating()
  1016.                     </Action>
  1017.                 </Macro>
  1018.                 <Macro Name="decreasevisrating">
  1019.                     <Action>
  1020.                         XBMC2.decreasevisrating()
  1021.                     </Action>
  1022.                 </Macro>
  1023.             </Folder>
  1024.             <Folder Name="Shutdown related">
  1025.                 <Macro Name="Quit XBMC">
  1026.                     <Action>
  1027.                         XBMC2.Quit()
  1028.                     </Action>
  1029.                 </Macro>
  1030.                 <Macro Name="Restart XBMC">
  1031.                     <Action>
  1032.                         XBMC2.RestartApp()
  1033.                     </Action>
  1034.                 </Macro>
  1035.                 <Macro Name="Reset Computer">
  1036.                     <Action>
  1037.                         XBMC2.Reset()
  1038.                     </Action>
  1039.                 </Macro>
  1040.                 <Macro Name="Shutdown Computer">
  1041.                     <Action>
  1042.                         XBMC2.Shutdown()
  1043.                     </Action>
  1044.                 </Macro>
  1045.                 <Macro Name="Powerdown Computer">
  1046.                     <Action>
  1047.                         XBMC2.Powerdown()
  1048.                     </Action>
  1049.                 </Macro>
  1050.                 <Macro Name="Suspend Computer">
  1051.                     <Action>
  1052.                         XBMC2.Suspend()
  1053.                     </Action>
  1054.                 </Macro>
  1055.                 <Macro Name="Hibernate Computer">
  1056.                     <Action>
  1057.                         XBMC2.Hibernate()
  1058.                     </Action>
  1059.                 </Macro>
  1060.                 <Macro Name="Reboot Computer">
  1061.                     <Action>
  1062.                         XBMC2.Reboot()
  1063.                     </Action>
  1064.                 </Macro>
  1065.                 <Macro Name="Restart Computer">
  1066.                     <Action>
  1067.                         XBMC2.Restart()
  1068.                     </Action>
  1069.                 </Macro>
  1070.             </Folder>
  1071.             <Folder Name="Uncategorized actions">
  1072.                 <Macro Name="JumpSMS2">
  1073.                     <Action>
  1074.                         XBMC2.JumpSMS2()
  1075.                     </Action>
  1076.                 </Macro>
  1077.                 <Macro Name="JumpSMS3">
  1078.                     <Action>
  1079.                         XBMC2.JumpSMS3()
  1080.                     </Action>
  1081.                 </Macro>
  1082.                 <Macro Name="JumpSMS4">
  1083.                     <Action>
  1084.                         XBMC2.JumpSMS4()
  1085.                     </Action>
  1086.                 </Macro>
  1087.                 <Macro Name="JumpSMS5">
  1088.                     <Action>
  1089.                         XBMC2.JumpSMS5()
  1090.                     </Action>
  1091.                 </Macro>
  1092.                 <Macro Name="JumpSMS6">
  1093.                     <Action>
  1094.                         XBMC2.JumpSMS6()
  1095.                     </Action>
  1096.                 </Macro>
  1097.                 <Macro Name="JumpSMS7">
  1098.                     <Action>
  1099.                         XBMC2.JumpSMS7()
  1100.                     </Action>
  1101.                 </Macro>
  1102.                 <Macro Name="JumpSMS8">
  1103.                     <Action>
  1104.                         XBMC2.JumpSMS8()
  1105.                     </Action>
  1106.                 </Macro>
  1107.                 <Macro Name="JumpSMS9">
  1108.                     <Action>
  1109.                         XBMC2.JumpSMS9()
  1110.                     </Action>
  1111.                 </Macro>
  1112.                 <Macro Name="FilterClear">
  1113.                     <Action>
  1114.                         XBMC2.FilterClear()
  1115.                     </Action>
  1116.                 </Macro>
  1117.                 <Macro Name="FilterSMS2">
  1118.                     <Action>
  1119.                         XBMC2.FilterSMS2()
  1120.                     </Action>
  1121.                 </Macro>
  1122.                 <Macro Name="FilterSMS3">
  1123.                     <Action>
  1124.                         XBMC2.FilterSMS3()
  1125.                     </Action>
  1126.                 </Macro>
  1127.                 <Macro Name="FilterSMS4">
  1128.                     <Action>
  1129.                         XBMC2.FilterSMS4()
  1130.                     </Action>
  1131.                 </Macro>
  1132.                 <Macro Name="FilterSMS5">
  1133.                     <Action>
  1134.                         XBMC2.FilterSMS5()
  1135.                     </Action>
  1136.                 </Macro>
  1137.                 <Macro Name="FilterSMS6">
  1138.                     <Action>
  1139.                         XBMC2.FilterSMS6()
  1140.                     </Action>
  1141.                 </Macro>
  1142.                 <Macro Name="FilterSMS7">
  1143.                     <Action>
  1144.                         XBMC2.FilterSMS7()
  1145.                     </Action>
  1146.                 </Macro>
  1147.                 <Macro Name="FilterSMS8">
  1148.                     <Action>
  1149.                         XBMC2.FilterSMS8()
  1150.                     </Action>
  1151.                 </Macro>
  1152.                 <Macro Name="FilterSMS9">
  1153.                     <Action>
  1154.                         XBMC2.FilterSMS9()
  1155.                     </Action>
  1156.                 </Macro>
  1157.                 <Macro Name="FirstPage">
  1158.                     <Action>
  1159.                         XBMC2.FirstPage()
  1160.                     </Action>
  1161.                 </Macro>
  1162.                 <Macro Name="LastPage">
  1163.                     <Action>
  1164.                         XBMC2.LastPage()
  1165.                     </Action>
  1166.                 </Macro>
  1167.                 <Macro Name="HideSubMenu">
  1168.                     <Action>
  1169.                         XBMC2.HideSubMenu()
  1170.                     </Action>
  1171.                 </Macro>
  1172.                 <Macro Name="ToggleSource">
  1173.                     <Action>
  1174.                         XBMC2.ToggleSource()
  1175.                     </Action>
  1176.                 </Macro>
  1177.                 <Macro Name="Remove">
  1178.                     <Action>
  1179.                         XBMC2.Remove()
  1180.                     </Action>
  1181.                 </Macro>
  1182.                 <Macro Name="AudioToggleDigital">
  1183.                     <Action>
  1184.                         XBMC2.AudioToggleDigital()
  1185.                     </Action>
  1186.                 </Macro>
  1187.                 <Macro Name="OSDLeft">
  1188.                     <Action>
  1189.                         XBMC2.OSDLeft()
  1190.                     </Action>
  1191.                 </Macro>
  1192.                 <Macro Name="OSDRight">
  1193.                     <Action>
  1194.                         XBMC2.OSDRight()
  1195.                     </Action>
  1196.                 </Macro>
  1197.                 <Macro Name="OSDUp">
  1198.                     <Action>
  1199.                         XBMC2.OSDUp()
  1200.                     </Action>
  1201.                 </Macro>
  1202.                 <Macro Name="OSDDown">
  1203.                     <Action>
  1204.                         XBMC2.OSDDown()
  1205.                     </Action>
  1206.                 </Macro>
  1207.                 <Macro Name="OSDSelect">
  1208.                     <Action>
  1209.                         XBMC2.OSDSelect()
  1210.                     </Action>
  1211.                 </Macro>
  1212.                 <Macro Name="OSDValuePlus">
  1213.                     <Action>
  1214.                         XBMC2.OSDValuePlus()
  1215.                     </Action>
  1216.                 </Macro>
  1217.                 <Macro Name="OSDValueMinus">
  1218.                     <Action>
  1219.                         XBMC2.OSDValueMinus()
  1220.                     </Action>
  1221.                 </Macro>
  1222.                 <Macro Name="ToggleWatched">
  1223.                     <Action>
  1224.                         XBMC2.ToggleWatched()
  1225.                     </Action>
  1226.                 </Macro>
  1227.                 <Macro Name="ScanItem">
  1228.                     <Action>
  1229.                         XBMC2.ScanItem()
  1230.                     </Action>
  1231.                 </Macro>
  1232.                 <Macro Name="Enter">
  1233.                     <Action>
  1234.                         XBMC2.Enter()
  1235.                     </Action>
  1236.                 </Macro>
  1237.                 <Macro Name="IncreaseRating">
  1238.                     <Action>
  1239.                         XBMC2.IncreaseRating()
  1240.                     </Action>
  1241.                 </Macro>
  1242.                 <Macro Name="DecreaseRating">
  1243.                     <Action>
  1244.                         XBMC2.DecreaseRating()
  1245.                     </Action>
  1246.                 </Macro>
  1247.                 <Macro Name="ToggleFullScreen">
  1248.                     <Action>
  1249.                         XBMC2.ToggleFullScreen()
  1250.                     </Action>
  1251.                 </Macro>
  1252.                 <Macro Name="NextScene">
  1253.                     <Action>
  1254.                         XBMC2.NextScene()
  1255.                     </Action>
  1256.                 </Macro>
  1257.                 <Macro Name="PreviousScene">
  1258.                     <Action>
  1259.                         XBMC2.PreviousScene()
  1260.                     </Action>
  1261.                 </Macro>
  1262.                 <Macro Name="NextLetter">
  1263.                     <Action>
  1264.                         XBMC2.NextLetter()
  1265.                     </Action>
  1266.                 </Macro>
  1267.                 <Macro Name="PrevLetter">
  1268.                     <Action>
  1269.                         XBMC2.PrevLetter()
  1270.                     </Action>
  1271.                 </Macro>
  1272.             </Folder>
  1273.         </Folder>
  1274.         <Folder Name="Windows">
  1275.             <Macro Name="Show Movies Screen">
  1276.                 <Action>
  1277.                     XBMC2.MyMovies()
  1278.                 </Action>
  1279.             </Macro>
  1280.             <Macro Name="Show TV Shows Screen">
  1281.                 <Action>
  1282.                     XBMC2.MyTVShows()
  1283.                 </Action>
  1284.             </Macro>
  1285.             <Macro Name="Show Shutdown Menu">
  1286.                 <Action>
  1287.                     XBMC2.ShutdownMenu()
  1288.                 </Action>
  1289.             </Macro>
  1290.             <Macro Name="Show Home Screen">
  1291.                 <Action>
  1292.                     XBMC2.Home()
  1293.                 </Action>
  1294.             </Macro>
  1295.             <Macro Name="Programs">
  1296.                 <Action>
  1297.                     XBMC2.Programs()
  1298.                 </Action>
  1299.             </Macro>
  1300.             <Macro Name="Pictures">
  1301.                 <Action>
  1302.                     XBMC2.Pictures()
  1303.                 </Action>
  1304.             </Macro>
  1305.             <Macro Name="Files">
  1306.                 <Action>
  1307.                     XBMC2.Files()
  1308.                 </Action>
  1309.             </Macro>
  1310.             <Macro Name="Show Settings Screen">
  1311.                 <Action>
  1312.                     XBMC2.Settings()
  1313.                 </Action>
  1314.             </Macro>
  1315.             <Macro Name="Music">
  1316.                 <Action>
  1317.                     XBMC2.Music()
  1318.                 </Action>
  1319.             </Macro>
  1320.             <Macro Name="Musicfiles">
  1321.                 <Action>
  1322.                     XBMC2.Musicfiles()
  1323.                 </Action>
  1324.             </Macro>
  1325.             <Macro Name="Musiclibrary">
  1326.                 <Action>
  1327.                     XBMC2.Musiclibrary()
  1328.                 </Action>
  1329.             </Macro>
  1330.             <Macro Name="Musicplaylist">
  1331.                 <Action>
  1332.                     XBMC2.Musicplaylist()
  1333.                 </Action>
  1334.             </Macro>
  1335.             <Macro Name="Musicplaylisteditor">
  1336.                 <Action>
  1337.                     XBMC2.Musicplaylisteditor()
  1338.                 </Action>
  1339.             </Macro>
  1340.             <Macro Name="Musicinformation">
  1341.                 <Action>
  1342.                     XBMC2.Musicinformation()
  1343.                 </Action>
  1344.             </Macro>
  1345.             <Macro Name="Video">
  1346.                 <Action>
  1347.                     XBMC2.Video()
  1348.                 </Action>
  1349.             </Macro>
  1350.             <Macro Name="Videofiles">
  1351.                 <Action>
  1352.                     XBMC2.Videofiles()
  1353.                 </Action>
  1354.             </Macro>
  1355.             <Macro Name="Videolibrary">
  1356.                 <Action>
  1357.                     XBMC2.Videolibrary()
  1358.                 </Action>
  1359.             </Macro>
  1360.             <Macro Name="Videoplaylist">
  1361.                 <Action>
  1362.                     XBMC2.Videoplaylist()
  1363.                 </Action>
  1364.             </Macro>
  1365.             <Macro Name="Systeminfo">
  1366.                 <Action>
  1367.                     XBMC2.Systeminfo()
  1368.                 </Action>
  1369.             </Macro>
  1370.             <Macro Name="Guicalibration">
  1371.                 <Action>
  1372.                     XBMC2.Guicalibration()
  1373.                 </Action>
  1374.             </Macro>
  1375.             <Macro Name="Screencalibration">
  1376.                 <Action>
  1377.                     XBMC2.Screencalibration()
  1378.                 </Action>
  1379.             </Macro>
  1380.             <Macro Name="Picturessettings">
  1381.                 <Action>
  1382.                     XBMC2.Picturessettings()
  1383.                 </Action>
  1384.             </Macro>
  1385.             <Macro Name="Programssettings">
  1386.                 <Action>
  1387.                     XBMC2.Programssettings()
  1388.                 </Action>
  1389.             </Macro>
  1390.             <Macro Name="Weathersettings">
  1391.                 <Action>
  1392.                     XBMC2.Weathersettings()
  1393.                 </Action>
  1394.             </Macro>
  1395.             <Macro Name="Musicsettings">
  1396.                 <Action>
  1397.                     XBMC2.Musicsettings()
  1398.                 </Action>
  1399.             </Macro>
  1400.             <Macro Name="Systemsettings">
  1401.                 <Action>
  1402.                     XBMC2.Systemsettings()
  1403.                 </Action>
  1404.             </Macro>
  1405.             <Macro Name="Videossettings">
  1406.                 <Action>
  1407.                     XBMC2.Videossettings()
  1408.                 </Action>
  1409.             </Macro>
  1410.             <Macro Name="Networksettings">
  1411.                 <Action>
  1412.                     XBMC2.Networksettings()
  1413.                 </Action>
  1414.             </Macro>
  1415.             <Macro Name="Appearancesettings">
  1416.                 <Action>
  1417.                     XBMC2.Appearancesettings()
  1418.                 </Action>
  1419.             </Macro>
  1420.             <Macro Name="Scripts">
  1421.                 <Action>
  1422.                     XBMC2.Scripts()
  1423.                 </Action>
  1424.             </Macro>
  1425.             <Macro Name="Gamesaves">
  1426.                 <Action>
  1427.                     XBMC2.Gamesaves()
  1428.                 </Action>
  1429.             </Macro>
  1430.             <Macro Name="Profiles">
  1431.                 <Action>
  1432.                     XBMC2.Profiles()
  1433.                 </Action>
  1434.             </Macro>
  1435.             <Macro Name="Virtualkeyboard">
  1436.                 <Action>
  1437.                     XBMC2.Virtualkeyboard()
  1438.                 </Action>
  1439.             </Macro>
  1440.             <Macro Name="Volumebar">
  1441.                 <Action>
  1442.                     XBMC2.Volumebar()
  1443.                 </Action>
  1444.             </Macro>
  1445.             <Macro Name="Favourites">
  1446.                 <Action>
  1447.                     XBMC2.Favourites()
  1448.                 </Action>
  1449.             </Macro>
  1450.             <Macro Name="Musicosd">
  1451.                 <Action>
  1452.                     XBMC2.Musicosd()
  1453.                 </Action>
  1454.             </Macro>
  1455.             <Macro Name="Visualisationsettings">
  1456.                 <Action>
  1457.                     XBMC2.Visualisationsettings()
  1458.                 </Action>
  1459.             </Macro>
  1460.             <Macro Name="Visualisationpresetlist">
  1461.                 <Action>
  1462.                     XBMC2.Visualisationpresetlist()
  1463.                 </Action>
  1464.             </Macro>
  1465.             <Macro Name="Osdvideosettings">
  1466.                 <Action>
  1467.                     XBMC2.Osdvideosettings()
  1468.                 </Action>
  1469.             </Macro>
  1470.             <Macro Name="Osdaudiosettings">
  1471.                 <Event Name="XBCDRC.AUDIO" />
  1472.                 <Action>
  1473.                     XBMC2.Osdaudiosettings()
  1474.                 </Action>
  1475.             </Macro>
  1476.             <Macro Name="Videobookmarks">
  1477.                 <Action>
  1478.                     XBMC2.Videobookmarks()
  1479.                 </Action>
  1480.             </Macro>
  1481.             <Macro Name="Profilesettings">
  1482.                 <Action>
  1483.                     XBMC2.Profilesettings()
  1484.                 </Action>
  1485.             </Macro>
  1486.             <Macro Name="Locksettings">
  1487.                 <Action>
  1488.                     XBMC2.Locksettings()
  1489.                 </Action>
  1490.             </Macro>
  1491.             <Macro Name="Contentsettings">
  1492.                 <Action>
  1493.                     XBMC2.Contentsettings()
  1494.                 </Action>
  1495.             </Macro>
  1496.             <Macro Name="Networksetup">
  1497.                 <Action>
  1498.                     XBMC2.Networksetup()
  1499.                 </Action>
  1500.             </Macro>
  1501.             <Macro Name="Smartplaylisteditor">
  1502.                 <Action>
  1503.                     XBMC2.Smartplaylisteditor()
  1504.                 </Action>
  1505.             </Macro>
  1506.             <Macro Name="Smartplaylistrule">
  1507.                 <Action>
  1508.                     XBMC2.Smartplaylistrule()
  1509.                 </Action>
  1510.             </Macro>
  1511.             <Macro Name="Movieinformation">
  1512.                 <Action>
  1513.                     XBMC2.Movieinformation()
  1514.                 </Action>
  1515.             </Macro>
  1516.             <Macro Name="Scriptsdebuginfo">
  1517.                 <Action>
  1518.                     XBMC2.Scriptsdebuginfo()
  1519.                 </Action>
  1520.             </Macro>
  1521.             <Macro Name="Fullscreenvideo">
  1522.                 <Action>
  1523.                     XBMC2.Fullscreenvideo()
  1524.                 </Action>
  1525.             </Macro>
  1526.             <Macro Name="Visualisation">
  1527.                 <Action>
  1528.                     XBMC2.Visualisation()
  1529.                 </Action>
  1530.             </Macro>
  1531.             <Macro Name="Slideshow">
  1532.                 <Action>
  1533.                     XBMC2.Slideshow()
  1534.                 </Action>
  1535.             </Macro>
  1536.             <Macro Name="Filestackingdialog">
  1537.                 <Action>
  1538.                     XBMC2.Filestackingdialog()
  1539.                 </Action>
  1540.             </Macro>
  1541.             <Macro Name="Show Weather Screen">
  1542.                 <Action>
  1543.                     XBMC2.Weather()
  1544.                 </Action>
  1545.             </Macro>
  1546.             <Macro Name="Screensaver">
  1547.                 <Action>
  1548.                     XBMC2.Screensaver()
  1549.                 </Action>
  1550.             </Macro>
  1551.             <Macro Name="Videoosd">
  1552.                 <Action>
  1553.                     XBMC2.Videoosd()
  1554.                 </Action>
  1555.             </Macro>
  1556.             <Macro Name="Videomenu">
  1557.                 <Action>
  1558.                     XBMC2.Videomenu()
  1559.                 </Action>
  1560.             </Macro>
  1561.             <Macro Name="Filebrowser">
  1562.                 <Action>
  1563.                     XBMC2.Filebrowser()
  1564.                 </Action>
  1565.             </Macro>
  1566.             <Macro Name="Startup">
  1567.                 <Action>
  1568.                     XBMC2.Startup()
  1569.                 </Action>
  1570.             </Macro>
  1571.             <Macro Name="Startwindow">
  1572.                 <Action>
  1573.                     XBMC2.Startwindow()
  1574.                 </Action>
  1575.             </Macro>
  1576.             <Macro Name="Loginscreen">
  1577.                 <Action>
  1578.                     XBMC2.Loginscreen()
  1579.                 </Action>
  1580.             </Macro>
  1581.             <Macro Name="Musicoverlay">
  1582.                 <Action>
  1583.                     XBMC2.Musicoverlay()
  1584.                 </Action>
  1585.             </Macro>
  1586.             <Macro Name="Videooverlay">
  1587.                 <Action>
  1588.                     XBMC2.Videooverlay()
  1589.                 </Action>
  1590.             </Macro>
  1591.             <Macro Name="Pictureinfo">
  1592.                 <Action>
  1593.                     XBMC2.Pictureinfo()
  1594.                 </Action>
  1595.             </Macro>
  1596.             <Macro Name="Pluginsettings">
  1597.                 <Action>
  1598.                     XBMC2.Pluginsettings()
  1599.                 </Action>
  1600.             </Macro>
  1601.             <Macro Name="Fullscreeninfo">
  1602.                 <Action>
  1603.                     XBMC2.Fullscreeninfo()
  1604.                 </Action>
  1605.             </Macro>
  1606.         </Folder>
  1607.     </Folder>
  1608.     <Folder Name="Context Folder" Enabled="False">
  1609.         <Folder Name="Mouse Emulation" Enabled="False">
  1610.             <Macro Name="Mouse Move Up">
  1611.                 <Event Name="Num2" />
  1612.                 <Action>
  1613.                     Mouse.GoDirection(0)
  1614.                 </Action>
  1615.             </Macro>
  1616.             <Macro Name="Mouse Move RightUp">
  1617.                 <Event Name="Num3" />
  1618.                 <Action>
  1619.                     Mouse.GoDirection(45)
  1620.                 </Action>
  1621.             </Macro>
  1622.             <Macro Name="Mouse Move Right">
  1623.                 <Event Name="Right" />
  1624.                 <Event Name="Num6" />
  1625.                 <Action>
  1626.                     Mouse.GoDirection(90)
  1627.                 </Action>
  1628.             </Macro>
  1629.             <Macro Name="Mouse Move RightDown">
  1630.                 <Event Name="Num9" />
  1631.                 <Action>
  1632.                     Mouse.GoDirection(u'135')
  1633.                 </Action>
  1634.             </Macro>
  1635.             <Macro Name="Mouse Move Down">
  1636.                 <Event Name="Down" />
  1637.                 <Event Name="Num8" />
  1638.                 <Action>
  1639.                     Mouse.GoDirection(u'180')
  1640.                 </Action>
  1641.             </Macro>
  1642.             <Macro Name="Mouse Move LeftDown">
  1643.                 <Event Name="Num7" />
  1644.                 <Action>
  1645.                     Mouse.GoDirection(225)
  1646.                 </Action>
  1647.             </Macro>
  1648.             <Macro Name="Mouse Move Left">
  1649.                 <Event Name="Left" />
  1650.                 <Event Name="Num4" />
  1651.                 <Action>
  1652.                     Mouse.GoDirection(270)
  1653.                 </Action>
  1654.             </Macro>
  1655.             <Macro Name="Mouse Move LeftUp">
  1656.                 <Event Name="Num1" />
  1657.                 <Action>
  1658.                     Mouse.GoDirection(315)
  1659.                 </Action>
  1660.             </Macro>
  1661.             <Macro Name="Left Mouse Button">
  1662.                 <Event Name="X10.Rename" />
  1663.                 <Action>
  1664.                     Mouse.LeftButton()
  1665.                 </Action>
  1666.             </Macro>
  1667.             <Macro Name="Right Mouse Button">
  1668.                 <Event Name="X10.Snapshot" />
  1669.                 <Action>
  1670.                     Mouse.RightButton()
  1671.                 </Action>
  1672.             </Macro>
  1673.         </Folder>
  1674.         <Folder Name="Keyboard Emulation" Enabled="False">
  1675.             <Macro Name="Up">
  1676.                 <Action>
  1677.                     Window.SendKeys(u'{Up}')
  1678.                 </Action>
  1679.                 <Action>
  1680.                     EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  1681.                 </Action>
  1682.             </Macro>
  1683.             <Macro Name="Down">
  1684.                 <Event Name="Down" />
  1685.                 <Action>
  1686.                     Window.SendKeys(u'{Down}')
  1687.                 </Action>
  1688.                 <Action>
  1689.                     EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  1690.                 </Action>
  1691.             </Macro>
  1692.             <Macro Name="Right">
  1693.                 <Event Name="Right" />
  1694.                 <Action>
  1695.                     Window.SendKeys(u'{Right}')
  1696.                 </Action>
  1697.                 <Action>
  1698.                     EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  1699.                 </Action>
  1700.             </Macro>
  1701.             <Macro Name="Left">
  1702.                 <Event Name="Left" />
  1703.                 <Action>
  1704.                     Window.SendKeys(u'{Left}')
  1705.                 </Action>
  1706.                 <Action>
  1707.                     EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
  1708.                 </Action>
  1709.             </Macro>
  1710.             <Macro Name="Ok -&gt; Enter Key">
  1711.                 <Event Name="Ok" />
  1712.                 <Action>
  1713.                     Window.SendKeys(u'{Enter}')
  1714.                 </Action>
  1715.             </Macro>
  1716.             <Macro Name="Delete -&gt; Escape Key">
  1717.                 <Event Name="Delete" />
  1718.                 <Action>
  1719.                     Window.SendKeys(u'{Esc}')
  1720.                 </Action>
  1721.             </Macro>
  1722.             <Macro Name="Power -&gt; Alt+F4">
  1723.                 <Event Name="Power" />
  1724.                 <Action>
  1725.                     Window.SendKeys(u'{Alt+F4}')
  1726.                 </Action>
  1727.             </Macro>
  1728.             <Macro Name="Forward -&gt; Tabulator">
  1729.                 <Event Name="Forward" />
  1730.                 <Action>
  1731.                     Window.SendKeys(u'{Tab}')
  1732.                 </Action>
  1733.             </Macro>
  1734.             <Macro Name="Rewind -&gt; Shift+Tabulator">
  1735.                 <Event Name="Rewind" />
  1736.                 <Action>
  1737.                     Window.SendKeys(u'{Shift+Tab}')
  1738.                 </Action>
  1739.             </Macro>
  1740.             <Macro Name="ChannelUp -&gt; Plus">
  1741.                 <Event Name="ChannelUp" />
  1742.                 <Action>
  1743.                     Window.SendKeys(u'+')
  1744.                 </Action>
  1745.             </Macro>
  1746.             <Macro Name="ChannelDown -&gt; Minus">
  1747.                 <Event Name="ChannelDown" />
  1748.                 <Action>
  1749.                     Window.SendKeys(u'-')
  1750.                 </Action>
  1751.             </Macro>
  1752.             <Macro Name="Rename -&gt; Start Menu">
  1753.                 <Event Name="Rename" />
  1754.                 <Action>
  1755.                     Window.SendKeys(u'{Win}')
  1756.                 </Action>
  1757.             </Macro>
  1758.             <Macro Name="Play -&gt; Space">
  1759.                 <Event Name="Play" />
  1760.                 <Action>
  1761.                     Window.SendKeys(u'{Space}')
  1762.                 </Action>
  1763.             </Macro>
  1764.         </Folder>
  1765.     </Folder>
  1766. </EventGhost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement