Re: Screen Shots
Re: Screen Shots
- Subject: Re: Screen Shots
- From: Martin Orpen <email@hidden>
- Date: Mon, 18 Sep 2006 18:34:35 +0100
On 18 Sep 2006, at 15:23, Mark Butler wrote:
My goal is to capture a specific area of the screen in a screenshot.
I've captured specific windows at intervals but this required Extra
Suites to move the mouse to the relevant window and perform the mouse
click.
tell application "Extra Suites" to ES move mouse {240, 344}
tell application "System Events"
key code 21 using {command down, shift down}
delay 1
key code 49
delay 1
end tell
tell application "Extra Suites" to ES click mouse
You can move the mouse to an application window if you enable
VoiceOver and then do ctrl-opt-shift-5 (I'm guessing on that one).
But I never managed to do a "proper" mouse click without Extra Suites
because the VoiceOver method also uses the space bar and this
deselects the window that I want a screenshot of :-(
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Screen Shots (From: Mark Butler <email@hidden>) |