Re: Applescript in the terminal (fwd)
Re: Applescript in the terminal (fwd)
- Subject: Re: Applescript in the terminal (fwd)
- From: Steve Thompson <email@hidden>
- Date: Fri, 19 Apr 2013 20:39:45 +0100
How does one do a key combination with the above form such as:
option+command+key
tell application "System Events" to keystroke "a" using command down
tell application "System Events" to keystroke "s" using {command down, option down}
Also how does one do such keys as the arrow and other related keys and f1 - f12 keys etc.?
tell application "System Events" to key code 122 using command down - F1
Which brings me to the question of a source on the web where applescript keystroke representations might be listed, and applescript commands in general?
Google is your friend:
Steve |
_______________________________________________
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