I have a MCE remote and I┬┤m trying to control Internet Explorer by Mouse.GoDirection.
Mostly it works, but on some pages it just won┬┤t. Seems to stuck over links and other bumpers.
Is this perhaps a driver problem or what?
I┬┤m using MCE Replacement Driver.578.zip from Mediaportal project. Version of Eventghost is 0.3.6.12
Example of a problem page is http://www.aftonbladet.se
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1262">
<Macro Name="IE Mus Upp" Expanded="True">
<Event Name="MceRemote.Up">
</Event>
<Action>
Mouse.GoDirection(0.0)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
</EventGhost>