Advertisement
Guest User

idioteque

a guest
Jun 26th, 2009
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 25.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <EventGhost Name="Configuration Tree" Expanded="True" Version="851" Guid="{AC654155-4561-42F3-B861-A7CCBD7D4147}" Time="1240659123.95">
  3.     <Autostart Name="Autostart">
  4.         <Plugin File="MceRemote" Identifier="MceRemote">
  5.             gAJHP8MzMzMzMzOIhnEALg==
  6.         </Plugin>
  7.         <Plugin File="Keyboard" Identifier="Keyboard">
  8.             gAIpLg==
  9.         </Plugin>
  10.         <Plugin File="XBMC" Identifier="XBMC">
  11.             gAIpLg==
  12.         </Plugin>
  13.     </Autostart>
  14.     <Folder Name="XBMC direct control" Enabled="False">
  15.         <Macro Name="Up">
  16.             <Event Name="MceRemote.Up" />
  17.             <Action>
  18.                 XBMC.Up()
  19.             </Action>
  20.         </Macro>
  21.         <Macro Name="Down">
  22.             <Event Name="MceRemote.Down" />
  23.             <Action>
  24.                 XBMC.Down()
  25.             </Action>
  26.         </Macro>
  27.         <Macro Name="Left">
  28.             <Event Name="MceRemote.Left" />
  29.             <Action>
  30.                 XBMC.Left()
  31.             </Action>
  32.         </Macro>
  33.         <Macro Name="Right">
  34.             <Event Name="MceRemote.Right" />
  35.             <Action>
  36.                 XBMC.Right()
  37.             </Action>
  38.         </Macro>
  39.         <Macro Name="Page Up">
  40.             <Event Name="MceRemote.ChannelUp" Enabled="False" />
  41.             <Action>
  42.                 XBMC.PageUp()
  43.             </Action>
  44.         </Macro>
  45.         <Macro Name="Page Down">
  46.             <Event Name="MceRemote.ChannelDown" Enabled="False" />
  47.             <Action>
  48.                 XBMC.PageDown()
  49.             </Action>
  50.         </Macro>
  51.         <Macro Name="Select">
  52.             <Event Name="MceRemote.Ok" />
  53.             <Action>
  54.                 XBMC.Select()
  55.             </Action>
  56.         </Macro>
  57.         <Macro Name="Previous Menu">
  58.             <Event Name="MceRemote.Back" />
  59.             <Action>
  60.                 XBMC.PreviousMenu()
  61.             </Action>
  62.         </Macro>
  63.         <Macro Name="Context Menu">
  64.             <Event Name="MceRemote.Details" />
  65.             <Action>
  66.                 XBMC.ContextMenu()
  67.             </Action>
  68.         </Macro>
  69.         <Macro Name="Play">
  70.             <Action>
  71.                 XBMC.Play()
  72.             </Action>
  73.         </Macro>
  74.         <Macro Name="Pause">
  75.             <Event Name="MceRemote.Play" />
  76.             <Action>
  77.                 XBMC.Pause()
  78.             </Action>
  79.         </Macro>
  80.         <Macro Name="Stop">
  81.             <Event Name="MceRemote.Stop" />
  82.             <Action>
  83.                 XBMC.Stop()
  84.             </Action>
  85.         </Macro>
  86.         <Macro Name="Fast Forward">
  87.             <Event Name="MceRemote.Forward" />
  88.             <Action>
  89.                 XBMC.FastForward()
  90.             </Action>
  91.         </Macro>
  92.         <Macro Name="Rewind">
  93.             <Event Name="MceRemote.Rewind" />
  94.             <Action>
  95.                 XBMC.Rewind()
  96.             </Action>
  97.         </Macro>
  98.         <Macro Name="Skip Next">
  99.             <Event Name="MceRemote.Skip" />
  100.             <Action>
  101.                 XBMC.SkipNext()
  102.             </Action>
  103.         </Macro>
  104.         <Macro Name="Skip Previous">
  105.             <Event Name="MceRemote.Replay" />
  106.             <Action>
  107.                 XBMC.SkipPrevious()
  108.             </Action>
  109.         </Macro>
  110.         <Macro Name="Record">
  111.             <Event Name="MceRemote.Record" />
  112.             <Action>
  113.                 XBMC.Record()
  114.             </Action>
  115.         </Macro>
  116.         <Macro Name="Big Skip Backward">
  117.             <Event Name="MceRemote.Left" />
  118.             <Action>
  119.                 XBMC.BigSkipBackward()
  120.             </Action>
  121.         </Macro>
  122.         <Macro Name="Big Skip Forward">
  123.             <Event Name="MceRemote.Right" />
  124.             <Action>
  125.                 XBMC.BigSkipForward()
  126.             </Action>
  127.         </Macro>
  128.         <Macro Name="Small Skip Backward">
  129.             <Event Name="MceRemote.Down" />
  130.             <Action>
  131.                 XBMC.SmallSkipBackward()
  132.             </Action>
  133.         </Macro>
  134.         <Macro Name="Small Skip Forward">
  135.             <Event Name="MceRemote.Up" />
  136.             <Action>
  137.                 XBMC.SmallSkipForward()
  138.             </Action>
  139.         </Macro>
  140.         <Macro Name="Aspect Ratio">
  141.             <Action>
  142.                 XBMC.AspectRatio()
  143.             </Action>
  144.         </Macro>
  145.         <Macro Name="Codec Info">
  146.             <Action>
  147.                 XBMC.CodecInfo()
  148.             </Action>
  149.         </Macro>
  150.         <Macro Name="Full Screen">
  151.             <Action>
  152.                 XBMC.FullScreen()
  153.             </Action>
  154.         </Macro>
  155.         <Macro Name="Repeat">
  156.             <Action>
  157.                 XBMC.Repeat()
  158.             </Action>
  159.         </Macro>
  160.         <Macro Name="Show Subtitles">
  161.             <Action>
  162.                 XBMC.ShowSubtitles()
  163.             </Action>
  164.         </Macro>
  165.         <Macro Name="Show OSD">
  166.             <Event Name="MceRemote.Guide" />
  167.             <Action>
  168.                 XBMC.OSD()
  169.             </Action>
  170.         </Macro>
  171.         <Macro Name="Show Time">
  172.             <Action>
  173.                 XBMC.ShowTime()
  174.             </Action>
  175.         </Macro>
  176.         <Macro Name="Volume Up">
  177.             <Action>
  178.                 XBMC.VolumeUp()
  179.             </Action>
  180.         </Macro>
  181.         <Macro Name="Volume Down">
  182.             <Action>
  183.                 XBMC.VolumeDown()
  184.             </Action>
  185.         </Macro>
  186.         <Macro Name="Mute">
  187.             <Event Name="MceRemote.Mute" />
  188.             <Action>
  189.                 XBMC.Mute()
  190.             </Action>
  191.         </Macro>
  192.         <Macro Name="Scroll Up">
  193.             <Event Name="MceRemote.ChannelUp" Enabled="False" />
  194.             <Action>
  195.                 XBMC.ScrollUp()
  196.             </Action>
  197.         </Macro>
  198.         <Macro Name="Scroll Down">
  199.             <Event Name="MceRemote.ChannelDown" Enabled="False" />
  200.             <Action>
  201.                 XBMC.ScrollDown()
  202.             </Action>
  203.         </Macro>
  204.         <Macro Name="Close">
  205.             <Event Name="MceRemote.Back" />
  206.             <Action>
  207.                 XBMC.Close()
  208.             </Action>
  209.         </Macro>
  210.         <Macro Name="Number 0">
  211.             <Event Name="MceRemote.Num0" />
  212.             <Action>
  213.                 XBMC.Number0()
  214.             </Action>
  215.         </Macro>
  216.         <Macro Name="Number 1">
  217.             <Event Name="MceRemote.Num1" />
  218.             <Action>
  219.                 XBMC.Number1()
  220.             </Action>
  221.         </Macro>
  222.         <Macro Name="Number 2">
  223.             <Event Name="MceRemote.Num2" />
  224.             <Action>
  225.                 XBMC.Number2()
  226.             </Action>
  227.         </Macro>
  228.         <Macro Name="Number 3">
  229.             <Event Name="MceRemote.Num3" />
  230.             <Action>
  231.                 XBMC.Number3()
  232.             </Action>
  233.         </Macro>
  234.         <Macro Name="Number 4">
  235.             <Event Name="MceRemote.Num4" />
  236.             <Action>
  237.                 XBMC.Number4()
  238.             </Action>
  239.         </Macro>
  240.         <Macro Name="Number 5">
  241.             <Event Name="MceRemote.Num5" />
  242.             <Action>
  243.                 XBMC.Number5()
  244.             </Action>
  245.         </Macro>
  246.         <Macro Name="Number 6">
  247.             <Event Name="MceRemote.Num6" />
  248.             <Action>
  249.                 XBMC.Number6()
  250.             </Action>
  251.         </Macro>
  252.         <Macro Name="Number 7">
  253.             <Event Name="MceRemote.Num7" />
  254.             <Action>
  255.                 XBMC.Number7()
  256.             </Action>
  257.         </Macro>
  258.         <Macro Name="Number 8">
  259.             <Event Name="MceRemote.Num8" />
  260.             <Action>
  261.                 XBMC.Number8()
  262.             </Action>
  263.         </Macro>
  264.         <Macro Name="Number 9">
  265.             <Event Name="MceRemote.Num9" />
  266.             <Action>
  267.                 XBMC.Number9()
  268.             </Action>
  269.         </Macro>
  270.         <Macro Name="Playlist">
  271.             <Event Name="MceRemote.Red" />
  272.             <Action>
  273.                 XBMC.Playlist()
  274.             </Action>
  275.         </Macro>
  276.         <Macro Name="Queue">
  277.             <Event Name="MceRemote.Play" />
  278.             <Action>
  279.                 XBMC.Queue()
  280.             </Action>
  281.         </Macro>
  282.         <Macro Name="Move Item Up">
  283.             <Event Name="MceRemote.ChannelUp" />
  284.             <Action>
  285.                 XBMC.MoveItemUp()
  286.             </Action>
  287.         </Macro>
  288.         <Macro Name="Move Item Down">
  289.             <Event Name="MceRemote.ChannelDown" />
  290.             <Action>
  291.                 XBMC.MoveItemDown()
  292.             </Action>
  293.         </Macro>
  294.         <Macro Name="Delete">
  295.             <Event Name="MceRemote.Escape" />
  296.             <Action>
  297.                 XBMC.Delete()
  298.             </Action>
  299.         </Macro>
  300.         <Macro Name="Random">
  301.             <Action>
  302.                 XBMC.Random()
  303.             </Action>
  304.         </Macro>
  305.         <Macro Name="Repeat">
  306.             <Action>
  307.                 XBMC.Repeat()
  308.             </Action>
  309.         </Macro>
  310.         <Macro Name="Party Mode">
  311.             <Action>
  312.                 XBMC.PartyMode()
  313.             </Action>
  314.         </Macro>
  315.         <Macro Name="Parent Dir">
  316.             <Event Name="MceRemote.Back" />
  317.             <Action>
  318.                 XBMC.ParentDir()
  319.             </Action>
  320.         </Macro>
  321.         <Macro Name="Info">
  322.             <Event Name="MceRemote.Details" />
  323.             <Action>
  324.                 XBMC.Info()
  325.             </Action>
  326.         </Macro>
  327.         <Macro Name="Take Screen Shot">
  328.             <Action>
  329.                 XBMC.TakeScreenShot()
  330.             </Action>
  331.         </Macro>
  332.         <Macro Name="Eject Tray">
  333.             <Action>
  334.                 XBMC.EjectTray()
  335.             </Action>
  336.         </Macro>
  337.         <Macro Name="Play DVD">
  338.             <Action>
  339.                 XBMC.PlayDVD()
  340.             </Action>
  341.         </Macro>
  342.         <Macro Name="Show Home Screen">
  343.             <Event Name="MceRemote.Start" />
  344.             <Action>
  345.                 XBMC.Home()
  346.             </Action>
  347.         </Macro>
  348.         <Macro Name="Show Videos Screen">
  349.             <Action>
  350.                 XBMC.MyVideos()
  351.             </Action>
  352.         </Macro>
  353.         <Macro Name="Show Music Screen">
  354.             <Event Name="MceRemote.Green" />
  355.             <Action>
  356.                 XBMC.MyMusic()
  357.             </Action>
  358.         </Macro>
  359.         <Macro Name="Show Pictures Screen">
  360.             <Event Name="MceRemote.Yellow" />
  361.             <Action>
  362.                 XBMC.MyPictures()
  363.             </Action>
  364.         </Macro>
  365.         <Macro Name="Show Movies Screen">
  366.             <Event Name="MceRemote.Blue" />
  367.             <Action>
  368.                 XBMC.MyMovies()
  369.             </Action>
  370.         </Macro>
  371.         <Macro Name="Show TV Shows Screen">
  372.             <Event Name="MceRemote.LiveTV" />
  373.             <Action>
  374.                 XBMC.MyTVShows()
  375.             </Action>
  376.         </Macro>
  377.         <Macro Name="Show Weather Screen">
  378.             <Action>
  379.                 XBMC.Weather()
  380.             </Action>
  381.         </Macro>
  382.         <Macro Name="Show Settings Screen">
  383.             <Action>
  384.                 XBMC.Settings()
  385.             </Action>
  386.         </Macro>
  387.         <Macro Name="Show Favorites Screen">
  388.             <Action>
  389.                 XBMC.Favorites()
  390.             </Action>
  391.         </Macro>
  392.         <Macro Name="Show System Info Screen">
  393.             <Action>
  394.                 XBMC.SystemInfo()
  395.             </Action>
  396.         </Macro>
  397.         <Macro Name="Last FM Love">
  398.             <Action>
  399.                 XBMC.LastFMLove()
  400.             </Action>
  401.         </Macro>
  402.         <Macro Name="Last FM Ban">
  403.             <Action>
  404.                 XBMC.LastFMBan()
  405.             </Action>
  406.         </Macro>
  407.         <Macro Name="Update Video Library">
  408.             <Event Name="MceRemote.Guide" />
  409.             <Action>
  410.                 XBMC.UpdateVideoLibrary()
  411.             </Action>
  412.         </Macro>
  413.         <Macro Name="Update Music Library">
  414.             <Event Name="MceRemote.Recorded_TV" />
  415.             <Action>
  416.                 XBMC.UpdateMusicLibrary()
  417.             </Action>
  418.         </Macro>
  419.         <Macro Name="Show Shutdown Menu">
  420.             <Action>
  421.                 XBMC.ShutdownMenu()
  422.             </Action>
  423.         </Macro>
  424.         <Macro Name="Quit XBMC">
  425.             <Action>
  426.                 XBMC.Quit()
  427.             </Action>
  428.         </Macro>
  429.         <Macro Name="Shutdown Computer">
  430.             <Action>
  431.                 XBMC.Shutdown()
  432.             </Action>
  433.         </Macro>
  434.         <Macro Name="Powerdown Computer">
  435.             <Action>
  436.                 XBMC.Powerdown()
  437.             </Action>
  438.         </Macro>
  439.         <Macro Name="Suspend Computer">
  440.             <Action>
  441.                 XBMC.Suspend()
  442.             </Action>
  443.         </Macro>
  444.         <Macro Name="Hibernate Computer">
  445.             <Action>
  446.                 XBMC.Hibernate()
  447.             </Action>
  448.         </Macro>
  449.         <Macro Name="Reset Computer">
  450.             <Action>
  451.                 XBMC.Reset()
  452.             </Action>
  453.         </Macro>
  454.     </Folder>
  455.     <Folder Name="XBMC MCE-&gt; Keyboard Mapping" Expanded="True">
  456.         <Macro Name="XBMC Standby Power)">
  457.             <Event Name="MceRemote.Power" />
  458.             <Action>
  459.                 Window.FindWindow(None, None, None, None, None, None, None, None, None)
  460.             </Action>
  461.             <Action>
  462.                 Window.Close()
  463.             </Action>
  464.             <Action>
  465.                 EventGhost.Wait(2.0)
  466.             </Action>
  467.             <Action>
  468.                 System.Standby(True)
  469.             </Action>
  470.         </Macro>
  471.         <Macro Name="XBMC Stop (Stop)">
  472.             <Event Name="MceRemote.Stop" />
  473.             <Action>
  474.                 Window.SendKeys(u'x', False)
  475.             </Action>
  476.         </Macro>
  477.         <Macro Name="XBMC Record (Powerdown)">
  478.             <Event Name="MceRemote.Record" />
  479.             <Action>
  480.                 System.PowerDown(False)
  481.             </Action>
  482.         </Macro>
  483.         <Macro Name="XBMC Pause (pause)">
  484.             <Event Name="MceRemote.Pause" />
  485.             <Action>
  486.                 Window.SendKeys(u'{Space}', False)
  487.             </Action>
  488.         </Macro>
  489.         <Macro Name="XBMC Rewind (rew)">
  490.             <Event Name="MceRemote.Rewind" />
  491.             <Action>
  492.                 Window.SendKeys(u'r', False)
  493.             </Action>
  494.         </Macro>
  495.         <Macro Name="XBMC SkipPrevious (replay)">
  496.             <Event Name="MceRemote.Replay" />
  497.             <Action>
  498.                 Window.SendKeys(u',', False)
  499.             </Action>
  500.         </Macro>
  501.         <Macro Name="XBMC Fastforward (fwd)">
  502.             <Event Name="MceRemote.Forward" />
  503.             <Action>
  504.                 Window.SendKeys(u'f', False)
  505.             </Action>
  506.         </Macro>
  507.         <Macro Name="XBMC Skipnext (Skip">
  508.             <Event Name="MceRemote.Skip" />
  509.             <Action>
  510.                 Window.SendKeys(u'.', False)
  511.             </Action>
  512.         </Macro>
  513.         <Macro Name="XBMC Play (Play)">
  514.             <Event Name="MceRemote.Play" />
  515.             <Action>
  516.                 Window.SendKeys(u'p', False)
  517.             </Action>
  518.         </Macro>
  519.         <Macro Name="XBMC Back (Escape)">
  520.             <Event Name="MceRemote.Back" />
  521.             <Action>
  522.                 Window.SendKeys(u'{Escape}', False)
  523.             </Action>
  524.         </Macro>
  525.         <Macro Name="XBMC Contextmenu (Info)">
  526.             <Action>
  527.                 Window.SendKeys(u'c', False)
  528.             </Action>
  529.             <Event Name="MceRemote.Details" />
  530.         </Macro>
  531.         <Macro Name="----------------------------------------" />
  532.         <Macro Name="XBMC Up (Up)">
  533.             <Event Name="MceRemote.Up" />
  534.             <Action>
  535.                 Window.SendKeys(u'{Up}', False)
  536.             </Action>
  537.             <Action>
  538.                 EventGhost.AutoRepeat(0.29999999999999999, 0.01, 0.01, 0.29999999999999999)
  539.             </Action>
  540.         </Macro>
  541.         <Macro Name="XBMC Down (down)">
  542.             <Event Name="MceRemote.Down" />
  543.             <Action>
  544.                 Window.SendKeys(u'{Down}', False)
  545.             </Action>
  546.             <Action>
  547.                 EventGhost.AutoRepeat(0.29999999999999999, 0.01, 0.01, 0.29999999999999999)
  548.             </Action>
  549.         </Macro>
  550.         <Macro Name="XBMC Return (Select)">
  551.             <Event Name="MceRemote.Ok" />
  552.             <Action>
  553.                 Window.SendKeys(u'{Return}', False)
  554.             </Action>
  555.         </Macro>
  556.         <Macro Name="XBMC Left (Left)">
  557.             <Event Name="MceRemote.Left" />
  558.             <Action>
  559.                 Window.SendKeys(u'{Left}', False)
  560.             </Action>
  561.             <Action>
  562.                 EventGhost.AutoRepeat(0.29999999999999999, 0.01, 0.01, 0.29999999999999999)
  563.             </Action>
  564.         </Macro>
  565.         <Macro Name="XBMC Right (Right)">
  566.             <Event Name="MceRemote.Right" />
  567.             <Action>
  568.                 Window.SendKeys(u'{Right}', False)
  569.             </Action>
  570.             <Action>
  571.                 EventGhost.AutoRepeat(0.29999999999999999, 0.01, 0.01, 0.29999999999999999)
  572.             </Action>
  573.         </Macro>
  574.         <Macro Name="----------------------------------------" />
  575.         <Macro Name="XBMC Start (F10)">
  576.             <Event Name="MceRemote.Start" />
  577.             <Action>
  578.                 Window.SendKeys(u'{F10}', False)
  579.             </Action>
  580.         </Macro>
  581.         <Macro Name="XBMC VolumeDown (Vol up)" Enabled="False">
  582.             <Action>
  583.                 Window.SendKeys(u'{Subtract}', False)
  584.             </Action>
  585.         </Macro>
  586.         <Macro Name="XBMC VolumeDown (Vol down)" Enabled="False">
  587.             <Action>
  588.                 Window.SendKeys(u'{Subtract}', False)
  589.             </Action>
  590.         </Macro>
  591.         <Macro Name="XBMC Mute (Mute)">
  592.             <Event Name="MceRemote.Mute" />
  593.             <Action>
  594.                 Window.SendKeys(u'y', False)
  595.             </Action>
  596.         </Macro>
  597.         <Macro Name="XBMC Page Up (Ch/PG Up)">
  598.             <Event Name="MceRemote.ChannelUp" />
  599.             <Action>
  600.                 EventGhost.AutoRepeat(0.29999999999999999, 0.10000000000000001, 0.01, 2.0)
  601.             </Action>
  602.             <Action>
  603.                 Window.SendKeys(u'{PageUp}', False)
  604.             </Action>
  605.         </Macro>
  606.         <Macro Name="XBMC Page Down (CH/PG down)">
  607.             <Event Name="MceRemote.ChannelDown" />
  608.             <Action>
  609.                 EventGhost.AutoRepeat(0.29999999999999999, 0.10000000000000001, 0.01, 2.0)
  610.             </Action>
  611.             <Action>
  612.                 Window.SendKeys(u'{PageDown}', False)
  613.             </Action>
  614.         </Macro>
  615.         <Macro Name="---------------------------------------- (LiveTV/Guide/recordedTV/DVD Menu)" />
  616.         <Macro Name="XBMC Live TV (F1)">
  617.             <Event Name="MceRemote.LiveTV" />
  618.             <Action>
  619.                 Window.SendKeys(u'{F1}', False)
  620.             </Action>
  621.         </Macro>
  622.         <Macro Name="XBMC Recorded TV (F2)">
  623.             <Event Name="MceRemote.Recorded_TV" />
  624.             <Action Name="Emulate Keystrokes: F2">
  625.                 Window.SendKeys(u'{F2}', False)
  626.             </Action>
  627.         </Macro>
  628.         <Macro Name="XBMC Guide (F3)">
  629.             <Event Name="MceRemote.Guide" />
  630.             <Action Name="Emulate Keystrokes: F3">
  631.                 Window.SendKeys(u'{F3}', False)
  632.             </Action>
  633.         </Macro>
  634.         <Macro Name="XBMC DVD MENU ">
  635.             <Event Name="MceRemote.DVDMenu" />
  636.             <Action Name="Emulate Keystrokes: b" Enabled="False">
  637.                 Window.SendKeys(u'b', False)
  638.             </Action>
  639.         </Macro>
  640.         <Macro Name="---------------------------------------- (Star/Hash/Clear)" />
  641.         <Macro Name="XBMC Star F5">
  642.             <Event Name="MceRemote.Star" />
  643.             <Action Name="Emulate Keystrokes: F5">
  644.                 Window.SendKeys(u'{F5}', False)
  645.             </Action>
  646.         </Macro>
  647.         <Macro Name="XBMC 0">
  648.             <Event Name="MceRemote.Num0" />
  649.             <Action>
  650.                 Window.SendKeys(u'0', False)
  651.             </Action>
  652.         </Macro>
  653.         <Macro Name="XBMC Hash (u) display subs)">
  654.             <Event Name="MceRemote.Pound" />
  655.         </Macro>
  656.         <Macro Name="---------------------------------------- (Clear/Enter/Teletext)" />
  657.         <Macro Name="XBMC Clear (e)">
  658.             <Event Name="MceRemote.Escape" />
  659.             <Action Name="Emulate Keystrokes: u">
  660.                 Window.SendKeys(u'e', False)
  661.             </Action>
  662.         </Macro>
  663.         <Macro Name="XBMC Enter (w) (next sub)">
  664.             <Event Name="MceRemote.Enter" />
  665.             <Action Name="Emulate Keystrokes: w">
  666.                 Window.SendKeys(u'w', False)
  667.             </Action>
  668.         </Macro>
  669.         <Macro Name="XBMC Teletext (v)">
  670.             <Event Name="MceRemote.Teletext" />
  671.             <Action>
  672.                 System.Execute(u'C:\\Program Files\\XBMC\\XBMC.exe', u'', 0, False, 2, u'')
  673.             </Action>
  674.             <Action Name="Emulate Keystrokes: v" Enabled="False">
  675.                 Window.SendKeys(u'v', False)
  676.             </Action>
  677.         </Macro>
  678.         <Macro Name="---------------------------------------- (Red / Yellow / Green / Blue)" />
  679.         <Macro Name="XBMC RED (F6)">
  680.             <Event Name="MceRemote.Red" />
  681.             <Action Name="Emulate Keystrokes: F6">
  682.                 Window.SendKeys(u'{F6}', False)
  683.             </Action>
  684.         </Macro>
  685.         <Macro Name="XBMC GREEN (F8)">
  686.             <Event Name="MceRemote.Green" />
  687.             <Action Name="Emulate Keystrokes: F8">
  688.                 Window.SendKeys(u'{F8}', False)
  689.             </Action>
  690.         </Macro>
  691.         <Macro Name="XBMC YELLOW (F9)">
  692.             <Event Name="MceRemote.Yellow" />
  693.             <Action Name="Emulate Keystrokes: F9">
  694.                 Window.SendKeys(u'{F9}', False)
  695.             </Action>
  696.         </Macro>
  697.         <Macro Name="XBMC BLUE (F7)">
  698.             <Event Name="MceRemote.Blue" />
  699.             <Action Name="Emulate Keystrokes: F7">
  700.                 Window.SendKeys(u'{F7}', False)
  701.             </Action>
  702.         </Macro>
  703.         <Macro Name="---------------------------------------- (NUMBERS)" />
  704.         <Macro Name="XBMC 1">
  705.             <Event Name="MceRemote.Num1" />
  706.             <Action>
  707.                 Window.SendKeys(u'1', False)
  708.             </Action>
  709.         </Macro>
  710.         <Macro Name="XBMC 2">
  711.             <Event Name="MceRemote.Num2" />
  712.             <Action>
  713.                 Window.SendKeys(u'2', False)
  714.             </Action>
  715.         </Macro>
  716.         <Macro Name="XBMC 3">
  717.             <Event Name="MceRemote.Num3" />
  718.             <Action>
  719.                 Window.SendKeys(u'3', False)
  720.             </Action>
  721.         </Macro>
  722.         <Macro Name="XBMC 4">
  723.             <Event Name="MceRemote.Num4" />
  724.             <Action>
  725.                 Window.SendKeys(u'4', False)
  726.             </Action>
  727.         </Macro>
  728.         <Macro Name="XBMC 5">
  729.             <Event Name="MceRemote.Num5" />
  730.             <Action>
  731.                 Window.SendKeys(u'5', False)
  732.             </Action>
  733.         </Macro>
  734.         <Macro Name="XBMC 6">
  735.             <Event Name="MceRemote.Num6" />
  736.             <Action>
  737.                 Window.SendKeys(u'6', False)
  738.             </Action>
  739.         </Macro>
  740.         <Macro Name="XBMC 7">
  741.             <Event Name="MceRemote.Num7" />
  742.             <Action>
  743.                 Window.SendKeys(u'7', False)
  744.             </Action>
  745.         </Macro>
  746.         <Macro Name="XBMC 8">
  747.             <Event Name="MceRemote.Num8" />
  748.             <Action>
  749.                 Window.SendKeys(u'8', False)
  750.             </Action>
  751.         </Macro>
  752.         <Macro Name="XBMC 9">
  753.             <Event Name="MceRemote.Num9" />
  754.             <Action>
  755.                 Window.SendKeys(u'9', False)
  756.             </Action>
  757.         </Macro>
  758.         <Macro Name="XBMC 0">
  759.             <Event Name="MceRemote.Num0" />
  760.             <Action>
  761.                 Window.SendKeys(u'0', False)
  762.             </Action>
  763.         </Macro>
  764.         <Macro Name="---------------------------------------- (SPECIAL)" />
  765.         <Macro Name="XBMC Trailers">
  766.             <Event Name="MceRemote.7BB3" />
  767.             <Action Name="Emulate Keystrokes: l">
  768.                 Window.SendKeys(u'l', False)
  769.             </Action>
  770.         </Macro>
  771.         <Macro Name="XBMC CodecInfo">
  772.             <Action Name="Emulate Keystrokes: b">
  773.                 Window.SendKeys(u'b', False)
  774.             </Action>
  775.         </Macro>
  776.         <Macro Name="XBMC Fullscreen">
  777.             <Event Name="MceRemote.DVDMenu" />
  778.             <Action Name="Emulate Keystrokes: h">
  779.                 Window.SendKeys(u'h', False)
  780.             </Action>
  781.         </Macro>
  782.         <Macro Name="XBMC AspectRatio">
  783.             <Action Name="Emulate Keystrokes: z">
  784.                 Window.SendKeys(u'z', False)
  785.             </Action>
  786.         </Macro>
  787.         <Macro Name="On Resume" Expanded="True">
  788.             <Event Name="System.Resume" />
  789.             <Action>
  790.                 System.Execute(u'C:\\Program Files\\XBMC\\XBMC.exe', u'', 0, True, 2, u'C:\\Program Files\\XBMC')
  791.             </Action>
  792.         </Macro>
  793.     </Folder>
  794. </EventGhost>
  795.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement