We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
send keystroke (Read 538 times)
send keystroke
Sep 15th, 2007, 1:07pm
 
ahoy

i'm trying to use processing to control an other programm like photoshop by sending "virtual" keystrokes.

on mac this seems to be possible by using apple script like:
tell application "System Events" to tell process "Photoshop"
   keystroke "a" using command down
end tell

unfortunately i have to do this on a windwos machine.
does anyone know a way to do this?
could open(args) be a way?

cheers
Page Index Toggle Pages: 1