Re: [PD] Fwd: Re: simulating mouse clicks from PureData

2018-03-19 Thread Raphaël Ilias
There also a little program on Windows that simulate user mouse/keyboard input (mouse goto, click, press key, etc). I don't remember the name, I think it was AutoHotKey, but I can try to find it in my notes (I migrated to an apple environment now...) 2018-03-18 14:01 GMT+01:00 Csaba Láng : > on M

Re: [PD] Fwd: Re: simulating mouse clicks from PureData

2018-03-18 Thread Csaba Láng
on Mac OS works too. Thanks, this is what I was looking for. Popesz On Sat, Mar 17, 2018 at 9:28 AM, tim vets wrote: > [shell] and xdotool on Linux > > On Mar 16, 2018 4:04 PM, "Max" wrote: > >> long time ago I've used popen and cliclick [1] on OS X to do this. >> Don't know of similar tools fo

[PD] Fwd: Re: simulating mouse clicks from PureData

2018-03-17 Thread tim vets
[shell] and xdotool on Linux On Mar 16, 2018 4:04 PM, "Max" wrote: > long time ago I've used popen and cliclick [1] on OS X to do this. > Don't know of similar tools fo other OSes, they might exist. > > [1] https://www.bluem.net/en/projects/cliclick/ > > > On 16.03.2018 15:11, Csaba Láng wrote: