OK. I currently have a lot of problems with my applescript editor. currently, when I do Key up key down, it will always indicate the letter A. For example.
Report to System Events
key down "u"
key up "u"
delay 1
end tell
it will be a key press of A, and I do not know why.
^ This is just a minor issue, although my biggest problem is that I want to swap places between three different video game applications. They are all duplicates of the same game. This is how my main script goes.
tell the Video Game program to activate
tell application "System Events"
keystroke a bunch of stuff
end tell
tell the copy of the video game to activate
tell application "System Events"
keystroke a bunch of stuff
end tell
tell Video Game 2 to activate
tell application "System Events"
keystroke a bunch of stuff
end tell
, script, "".
, ?
, , applescript , . .
:)