Advertisement
Guest User

Ringo

a guest
Apr 10th, 2009
1,265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <EventGhost Name="Configuration Tree" Expanded="True" Version="851" Guid="{0A9EECE6-F0F3-4357-8787-833C43AF92F3}" Time="1239345079.39">
  3. <Autostart Name="Autostart" Expanded="True">
  4. <Plugin File="MceRemote" Identifier="MceRemote">
  5. gAJHP8MzMzMzMzOJhnEALg==
  6. </Plugin>
  7. <Plugin File="Task" Identifier="Task">
  8. gAIpLg==
  9. </Plugin>
  10. </Autostart>
  11. <Macro Name="Start XBMC" Expanded="True">
  12. <Event Name="MceRemote.Teletext" />
  13. <Action>
  14. System.Execute(u'C:\\XBMC\\XBMC.exe', u'-fs -p', 0, False, 2, u'')
  15. </Action>
  16. </Macro>
  17. <Macro Name="Enable: XBMC" Expanded="True">
  18. <Event Name="Task.Activated.XBMC" />
  19. <Action>
  20. EventGhost.EnableItem(XmlIdLink(17))
  21. </Action>
  22. </Macro>
  23. <Macro Name="Disable: XBMC" Expanded="True">
  24. <Event Name="Task.Deactivated.XBMC" />
  25. <Action>
  26. EventGhost.DisableItem(XmlIdLink(17))
  27. </Action>
  28. </Macro>
  29. <Folder Name="XBMC" id="17" Enabled="False" Expanded="True">
  30. <Macro Name="Emulate Keystrokes: {Tabulator}" Expanded="True">
  31. <Event Name="MceRemote.Record" />
  32. <Action>
  33. Window.SendKeys(u'{Tabulator}', False)
  34. </Action>
  35. </Macro>
  36. <Macro Name="Emulate Keystrokes: {Space}" Expanded="True">
  37. <Event Name="MceRemote.Pause" />
  38. <Action>
  39. Window.SendKeys(u'{Space}', False)
  40. </Action>
  41. </Macro>
  42. <Macro Name="Emulate Keystrokes: x" Expanded="True">
  43. <Event Name="MceRemote.Stop" />
  44. <Action>
  45. Window.SendKeys(u'x', False)
  46. </Action>
  47. </Macro>
  48. <Macro Name="Emulate Keystrokes: p" Expanded="True">
  49. <Event Name="MceRemote.Play" />
  50. <Action>
  51. Window.SendKeys(u'p', False)
  52. </Action>
  53. </Macro>
  54. <Macro Name="Emulate Keystrokes: r" Expanded="True">
  55. <Event Name="MceRemote.Rewind" />
  56. <Action>
  57. Window.SendKeys(u'r', False)
  58. </Action>
  59. </Macro>
  60. <Macro Name="Emulate Keystrokes: f" Expanded="True">
  61. <Event Name="MceRemote.Forward" />
  62. <Action>
  63. Window.SendKeys(u'f', False)
  64. </Action>
  65. </Macro>
  66. <Macro Name="Emulate Keystrokes: ," Expanded="True">
  67. <Event Name="MceRemote.Replay" />
  68. <Action>
  69. Window.SendKeys(u',', False)
  70. </Action>
  71. </Macro>
  72. <Macro Name="Emulate Keystrokes: ." Expanded="True">
  73. <Event Name="MceRemote.Skip" />
  74. <Action>
  75. Window.SendKeys(u'.', False)
  76. </Action>
  77. </Macro>
  78. <Macro Name="Emulate Keystrokes: {Backspace}" Expanded="True">
  79. <Event Name="MceRemote.Back" />
  80. <Action>
  81. Window.SendKeys(u'{Backspace}', False)
  82. </Action>
  83. </Macro>
  84. <Macro Name="Emulate Keystrokes: i" Expanded="True">
  85. <Event Name="MceRemote.Details" />
  86. <Action>
  87. Window.SendKeys(u'i', False)
  88. </Action>
  89. </Macro>
  90. <Macro Name="Emulate Keystrokes: {PageUp}" Expanded="True">
  91. <Event Name="MceRemote.ChannelUp" />
  92. <Action>
  93. Window.SendKeys(u'{PageUp}', False)
  94. </Action>
  95. </Macro>
  96. <Macro Name="Emulate Keystrokes: {PageDown}" Expanded="True">
  97. <Event Name="MceRemote.ChannelDown" />
  98. <Action>
  99. Window.SendKeys(u'{PageDown}', False)
  100. </Action>
  101. </Macro>
  102. <Macro Name="Emulate Keystrokes: c" Expanded="True">
  103. <Event Name="MceRemote.DVDMenu" />
  104. <Action>
  105. Window.SendKeys(u'c', False)
  106. </Action>
  107. </Macro>
  108. <Macro Name="Emulate Keystrokes: {F9}" Expanded="True">
  109. <Event Name="MceRemote.Red" />
  110. <Action>
  111. Window.SendKeys(u'{F9}', False)
  112. </Action>
  113. </Macro>
  114. <Macro Name="Emulate Keystrokes: {F10}" Expanded="True">
  115. <Event Name="MceRemote.Green" />
  116. <Action>
  117. Window.SendKeys(u'{F10}', False)
  118. </Action>
  119. </Macro>
  120. <Macro Name="Emulate Keystrokes: {F11}" Expanded="True">
  121. <Event Name="MceRemote.Yellow" />
  122. <Action>
  123. Window.SendKeys(u'{F11}', False)
  124. </Action>
  125. </Macro>
  126. <Macro Name="Emulate Keystrokes: {F12}" Expanded="True">
  127. <Event Name="MceRemote.Blue" />
  128. <Action>
  129. Window.SendKeys(u'{F12}', False)
  130. </Action>
  131. </Macro>
  132. <Macro Name="Emulate Keystrokes: s" Expanded="True">
  133. <Event Name="MceRemote.Teletext" />
  134. <Action>
  135. Window.SendKeys(u's', False)
  136. </Action>
  137. </Macro>
  138. </Folder>
  139. </EventGhost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement