Don't like ads? PRO users don't see any ads ;-)
Guest

Auvisio

By: a guest on Jul 26th, 2011  |  syntax: None  |  size: 6.51 KB  |  hits: 133  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <EventGhost Version="1534" Guid="{4086BF81-7046-46D7-A5FB-ECA2AD87338C}" Time="1311702247.66">
  3.     <Autostart Name="Autostart" Expanded="True">
  4.         <Plugin Identifier="Winamp" Guid="{4A22DD6A-5E2C-4500-90B4-47F5C58FD9CA}" File="Winamp">
  5.             gAIpLg==
  6.         </Plugin>
  7.         <Plugin Identifier="Auvisio" Guid="{96F3D335-C941-4F4E-A196-AAD190E3E255}" File="Auvisio">
  8.             gAIpLg==
  9.         </Plugin>
  10.     </Autostart>
  11.     <Macro Name="Emulate Keystrokes: Down" Expanded="True">
  12.         <Event Name="Auvisio.Down" />
  13.         <Action>
  14.             Window.SendKeys(u'{Down}{Down}{Down}{Down}{Down}', False)
  15.         </Action>
  16.     </Macro>
  17.     <Macro Name="Emulate Keystrokes: {Up}{Up}{Up}{Up}{Up}" Expanded="True">
  18.         <Event Name="Auvisio.Up" />
  19.         <Action>
  20.             Window.SendKeys(u'{Up}{Up}{Up}{Up}{Up}', False)
  21.         </Action>
  22.     </Macro>
  23.     <Macro Name="Winamp: Toggle Play" Expanded="True">
  24.         <Event Name="Auvisio.Play" />
  25.         <Action>
  26.             Winamp.TogglePlay()
  27.         </Action>
  28.     </Macro>
  29.     <Macro Name="Emulate Keystrokes: {Win+d}" Expanded="True">
  30.         <Event Name="Auvisio.Back" />
  31.         <Action>
  32.             Window.SendKeys(u'{Win+d}', False)
  33.         </Action>
  34.     </Macro>
  35.     <Macro Name="Winamp: Next Track" Expanded="True">
  36.         <Event Name="Auvisio.ChannelUp" />
  37.         <Action>
  38.             Winamp.NextTrack()
  39.         </Action>
  40.     </Macro>
  41.     <Macro Name="Winamp: Previous Track" Expanded="True">
  42.         <Event Name="Auvisio.ChannelDown" />
  43.         <Action>
  44.             Winamp.PreviousTrack()
  45.         </Action>
  46.     </Macro>
  47.     <Macro Name="Emulate Keystrokes: {Numpad2}" Expanded="True">
  48.         <Event Name="Auvisio.Num2" />
  49.         <Action>
  50.             Window.SendKeys(u'{Numpad2}', False)
  51.         </Action>
  52.     </Macro>
  53.     <Macro Name="Emulate Keystrokes: {Return}" Expanded="True">
  54.         <Event Name="Auvisio.Ok" />
  55.         <Action>
  56.             Window.SendKeys(u'{Home+Shift+End}', True)
  57.         </Action>
  58.         <Action>
  59.             Window.SendKeys(u'{Ctrl+v}', True)
  60.         </Action>
  61.     </Macro>
  62.     <Macro Name="Emulate Keystrokes: a" Expanded="True">
  63.         <Event Name="Auvisio.MouseButtondown" />
  64.         <Action>
  65.             Window.SendKeys(u'a', False)
  66.         </Action>
  67.     </Macro>
  68.     <Macro Name="Winamp: Volume Up" Expanded="True">
  69.         <Event Name="Auvisio.VolumeUp" />
  70.         <Action>
  71.             Winamp.VolumeUp()
  72.         </Action>
  73.     </Macro>
  74.     <Macro Name="Emulate Keystrokes: {Shift+Alt+Tabulator}" Expanded="True">
  75.         <Event Name="Auvisio.Start" />
  76.         <Action>
  77.             Window.SendKeys(u'{Shift+Alt+Tabulator}', False)
  78.         </Action>
  79.     </Macro>
  80.     <Macro Name="Emulate Keystrokes: {Numpad6}" Expanded="True">
  81.         <Event Name="Auvisio.Num6" />
  82.         <Action>
  83.             Window.SendKeys(u'{Home+Shift+End}', True)
  84.         </Action>
  85.     </Macro>
  86.     <Macro Name="Emulate Keystrokes: " Expanded="True">
  87.         <Event Name="Auvisio.Num1" />
  88.         <Action>
  89.             Window.SendKeys(u'{Decimal}', False)
  90.         </Action>
  91.     </Macro>
  92.     <Macro Name="Winamp: Stop" Expanded="True">
  93.         <Event Name="Auvisio.Stop" />
  94.         <Action>
  95.             Winamp.Stop()
  96.         </Action>
  97.     </Macro>
  98.     <Macro Name="Winamp: Volume Down" Expanded="True">
  99.         <Event Name="Auvisio.VolumeDown" />
  100.         <Action>
  101.             Winamp.VolumeDown()
  102.         </Action>
  103.     </Macro>
  104.     <Macro Name="Emulate Keystrokes: {Backspace}" Expanded="True">
  105.         <Event Name="Auvisio.Num3" />
  106.         <Action>
  107.             Window.SendKeys(u'{Backspace}', False)
  108.         </Action>
  109.     </Macro>
  110.     <Macro Name="Emulate Keystrokes: {Space}" Expanded="True">
  111.         <Event Name="Auvisio.Clear" />
  112.         <Action>
  113.             Window.SendKeys(u'{Space}', False)
  114.         </Action>
  115.     </Macro>
  116.     <Macro Name="Close" Expanded="True">
  117.         <Event Name="Auvisio.Close" />
  118.         <Action>
  119.             Window.Close()
  120.         </Action>
  121.     </Macro>
  122.     <Macro Name="Emulate Keystrokes: {Ctrl+z}" Expanded="True">
  123.         <Event Name="Auvisio.Star" />
  124.         <Action>
  125.             Window.SendKeys(u'{Ctrl+z}', False)
  126.         </Action>
  127.     </Macro>
  128.     <Macro Name="Emulate Keystrokes: {Ctrl+r}" Expanded="True">
  129.         <Event Name="Auvisio.Dash" />
  130.         <Action>
  131.             Window.SendKeys(u'{Ctrl+y}', False)
  132.         </Action>
  133.     </Macro>
  134.     <Macro Name="Emulate Keystrokes: {Ctrl+o}" Expanded="True">
  135.         <Event Name="Auvisio.TvRecordings" />
  136.         <Action>
  137.             Window.SendKeys(u'{Ctrl+o}', False)
  138.         </Action>
  139.     </Macro>
  140.     <Macro Name="Emulate Keystrokes: {Ctrl+Alt+ş}" Expanded="True">
  141.         <Event Name="Auvisio.FastForward" />
  142.         <Action>
  143.             Window.SendKeys(u'{Ctrl+Alt+Shift+l}{Ctrl+Alt+Shift+l}{Ctrl+Alt+Shift+l}{Ctrl+Alt+Shift+l}{Ctrl+Alt+Shift+l}{Ctrl+Alt+Shift+l}', False)
  144.         </Action>
  145.     </Macro>
  146.     <Macro Name="Emulate Keystrokes: {Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}" Expanded="True">
  147.         <Event Name="Auvisio.FastRewind" />
  148.         <Action>
  149.             Window.SendKeys(u'{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}{Shift+Ctrl+Alt+o}', False)
  150.         </Action>
  151.     </Macro>
  152.     <Macro Name="Toggle Mute" Expanded="True">
  153.         <Event Name="Auvisio.Mute" />
  154.         <Action>
  155.             System.ToggleMute(0)
  156.         </Action>
  157.     </Macro>
  158.     <Macro Name="Emulate Keystrokes: {Delete}" Expanded="True">
  159.         <Event Name="Auvisio.Record" />
  160.         <Action>
  161.             Window.SendKeys(u'{Delete}', False)
  162.         </Action>
  163.     </Macro>
  164.     <Macro Name="Emulate Keystrokes: {Ctrl+s}" Expanded="True">
  165.         <Event Name="Auvisio.TvGuide" />
  166.         <Action>
  167.             Window.SendKeys(u'{Ctrl+s}', False)
  168.         </Action>
  169.     </Macro>
  170.     <Macro Name="Emulate Keystrokes: {Left}" Expanded="True">
  171.         <Event Name="Auvisio.Left" />
  172.         <Action>
  173.             Window.SendKeys(u'{Left}', False)
  174.         </Action>
  175.     </Macro>
  176.     <Macro Name="Emulate Keystrokes: {Right}" Expanded="True">
  177.         <Event Name="Auvisio.Right" />
  178.         <Action>
  179.             Window.SendKeys(u'{Right}', False)
  180.         </Action>
  181.     </Macro>
  182.     <Macro Name="Right mouse button" Expanded="True">
  183.         <Event Name="Auvisio.MouseButtonUp" />
  184.         <Action>
  185.             Mouse.RightButton()
  186.         </Action>
  187.     </Macro>
  188. </EventGhost>