Re: global automation, anyone?
Re: global automation, anyone?
- Subject: Re: global automation, anyone?
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 14 Nov 2001 07:15:52 +0000
On Wednesday, November 14, 2001, at 04:34 am, socko wrote:
1. activate an application (like Mail or Explorer)
The only way I know of to do this is to use a private function in
CoreGraphics.
2. specify a global x,y location (or a successive list of locations) to
click
See CGRemoteOperation.h (in CoreGraphics) for simulating user events.
3. i'd like to assign a keyboard shortcut to initiate the above group
of
actions.
See the Carbon HotKey API.
-- Finlay