Re: Holding a Key Down or Releasing It
Re: Holding a Key Down or Releasing It
- Subject: Re: Holding a Key Down or Releasing It
- From: Iurista GmbH <email@hidden>
- Date: Fri, 18 Jan 2019 12:52:39 +0100
Do you mean sending more than one key to an app before releasing a function key
(ie shift), like this:
tell application "TextEdit" to activate
tell application "System Events"
tell process "TextEdit"
keystroke "this text will we written with big letters" using
shift down
end tell
end tell
BR Rudolf
Am 16.01.2019 um 05.25 schrieb Christopher Stone:
> Hey Folks,
>
> Using System Events isn't there a way to hold down a key until you release it?
>
> I'm sure I've done this before, but I can't find my notes or the relevant
> command in System Events.
>
> TIA.
>
> --
> Best Regards,
> Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden