Re: Screenshot of Window (using Akua Sweets)
Re: Screenshot of Window (using Akua Sweets)
- Subject: Re: Screenshot of Window (using Akua Sweets)
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 26 Sep 2001 08:37:53 -0700
On 9/26/01 4:42 AM, "Alexander Schrieken" <email@hidden> wrote:
>
Hi all,
>
>
I'm trying to make small -- tiny -- scripts for
>
the key-combinations involved in taking screen-
>
shots.
>
>
I've been successful with the combinations
>
necessary for taking a picture of the entire
>
screen (command + shift + 3) and a user-defined
>
section of the screen (command + shift + 4).
>
>
Unfortunately I can't get the one allowing the
>
user to take a picture of the frontmost window
>
(command + shift + capslock + 4) to work... Any
>
help would be much appreciated.
>
>
Why doesn't this work?
>
>
|tell application "Finder"
>
| input state {keys down:"4", transient
>
| keys:"CS", caps locked:true}
>
|end tell
>
>
(I've used the Akua Sweets OSAX.)
>
Some of those parameters are specified in in Akua's dictionary as being
read-only. Sometimes they're worth trying anyway, and you find you can set
them, but I guess not this combination.
--
Paul Berkowitz