--- In [email protected], "yxlegrmpf" <yxlegr...@...> wrote: > > Hi, I'm suffering from RSI and it would be a great help, if Powerpro would do > an automated mouse click, wherever I stop the mouse. Of course there should > be a configurable timeout in milliseconds after which the mouse click would > be performed in order to get used to this feature. > I know, that there is an autoclick feature for buttons, but I would like to > enable this everywhere, not just on buttons or bars. > I hope you get the point. > Thanks > Hans Y. > YOu can try one of these to see if it meets your needs:
1. Create a stroke horizontal or vertical hot key to wait for 500 ms or so (so you can fine tune mouse position after completing the stroke to exactly where you want) then send click. 2. Create an event which runs every 100 ms or so. If the mouse has not moved from its position when the event previously fired, and this is the first time that no move is detected, then click the mouse. Post if you need help with the script that the event will run. 3. Possibly the mousetrap plugin can help; I have not investigated. I am not sure if PowerPro will send mouse clicks to its own bars, but there is also a keyboard interface if that is of any help.
