Scripting Exposé
Scripting Exposé
- Subject: Scripting Exposé
- From: Irwin Poche <email@hidden>
- Date: Sat, 8 Nov 2003 12:27:33 -0600
I am hoping to be able to script Exposi but I there doesn't appear to
be a direct way of doing so - not that I have found.
But System Events documents three possibilities: key code, keystroke,
or perform. Can anyone tell me where the codes and action names for
these are documented ?
key code: cause the target process to behave as if key codes were
entered
key code integer -- The key code(s) to be sent. May be a list.
[using option down/control down/shift down/command down] --
modifiers with which the key codes are to be entered
keystroke: cause the target process to behave as if keystrokes were
entered
keystroke Unicode text -- The keystrokes to be sent.
[using option down/control down/shift down/command down] --
modifiers with which the keystrokes are to be entered
perform: cause the target process to behave as if the action were
applied to its UI element
perform action -- The action to be performed.
Result: action -- the reply for the command
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.