2010-07-17, 22:11
Paul the link to your dropbox is invalid. Could you re-post it or choose a different place where we could all download it please?
Migsse Wrote:Paul the link to your dropbox is invalid. Could you re-post it or choose a different place where we could all download it please?here you are the latest ps3 plugin i could find http://dl.dropbox.com/u/3921965/XBMC/PS3.zip:)
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1462">
<Folder Name="keyboard" Expanded="True">
<Macro Name="Emulate Keystrokes: {Up}" Expanded="True">
<Event Name="MceRemote.Mce.Up" />
<Action>
Window.SendKeys(u'{Up}', False)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
<Macro Name="Emulate Keystrokes: {Down}" Expanded="True">
<Event Name="MceRemote.Mce.Down" />
<Action>
Window.SendKeys(u'{Down}', False)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
<Macro Name="Emulate Keystrokes: {Left}" Expanded="True">
<Event Name="MceRemote.Mce.Left" />
<Action>
Window.SendKeys(u'{Left}', False)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
<Macro Name="Emulate Keystrokes: {Right}" Expanded="True">
<Event Name="MceRemote.Mce.Right" />
<Action>
Window.SendKeys(u'{Right}', False)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
<Macro Name="Emulate Keystrokes: {Return}" Expanded="True">
<Event Name="MceRemote.Mce.Ok" />
<Action>
Window.SendKeys(u'{Return}', False)
</Action>
</Macro>
<Macro Name="Emulate Keystrokes: Escape" Expanded="True">
<Event Name="MceRemote.Mce.Details" />
<Action>
Window.SendKeys(u'{Escape}', False)
</Action>
</Macro>
<Macro Name="Emulate Keystrokes: {Backspace}" Expanded="True">
<Event Name="MceRemote.Mce.Back" />
<Action>
Window.SendKeys(u'{Backspace}', False)
</Action>
</Macro>
</Folder>
</EventGhost>
Snowball Wrote:One more thing.
I just created a way (following tutorials) to plug the DVD Dongle of the old Xbox Remote to my Pc. It is running Win7 x64. Do you know where I could try to get working drivers? Do I need EventGhost too?
Zerogoki Wrote:Sure.With the newest version of eventghost (0.4.1.r1512, May 28 2011), it's missing XBMC plugin. Is has one called XBMC2. Is that the correct one to use? If not How do I get the correct one?
PS3 Config Custom.xml
Every time I play with it I make some tweak so for those that are interested I can post updates every now and then of my newer versions. Or if there are any ideas on new on new functionality I can try and incorporate them.