I am trying to use the Start mouse movement in direction feature to navigate my mouse to a button on the screen. When I press and hold the button on my remote once, it sends a IR command to the receiver which I can use to make the macro. Perfect. However, when I hold and press the button my remote it sends a series of IR commands, each one different then the next.
Has anyone experienced this before? How can I get my mouse to move continuously if the IR signal changes each time? Is there a way to capture several IR commands (notice how all of them start with Unknown.10044...)
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Continuous Mouse Control
Re: Continuous Mouse Control
gecko25 wrote:I am trying to use the Start mouse movement in direction feature to navigate my mouse to a button on the screen.
As an alternative you could use the find window action, and drag the target to specify the button, then 'bring to front', before sending a click or hotkey combination.
You can use a python command like below to specify the characters you're interested in every time a trigger of USB_UIRT.Unknown, is received. Just change the range from 12:19 to the appropriate values to capture the 'Unknown.10044', and use that as your mouse trigger.Is there a way to capture several IR commands (notice how all of them start with Unknown.10044...)