Pressing and holding the button on my remote works normally with autorepeat every 0.6 seconds to move the mouse in this example
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1462">
<Macro Name="Works" Expanded="True">
<Event Name="USB_UIRT.NEC.102EAC52" />
<Action>
Mouse.MoveRelative(1, 0)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
</EventGhost>
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1462">
<Macro Name="Does not work" Expanded="True">
<Event Name="USB_UIRT.NEC.102EF00E" />
<Action>
USB_UIRT.TransmitIR(u'0000 006D 0022 0002 0157 00AB 0016 0040 0016 0016 0016 0016 0015 0016 0016 0016 0016 0016 0015 0016 0016 0016 0016 0016 0015 0041 0016 0040 0016 0041 0015 0041 0016 0040 0016 0041 0015 0041 0016 0016 0015 0016 0016 0016 0016 0016 0015 0041 0016 0016 0015 0041 0016 0016 0015 0041 0016 0040 0016 0041 0015 0041 0016 0016 0015 0041 0016 0016 0015 0041 0016 05ED 0157 0056 0015 0E49', 2, 0)
</Action>
<Action>
EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
</Action>
</Macro>
</EventGhost>Any ideas?