Re: Sending Control-T to Terminal
Re: Sending Control-T to Terminal
- Subject: Re: Sending Control-T to Terminal
- From: Jeffrey Berman <email@hidden>
- Date: Wed, 25 Sep 2002 06:02:27 -0500
On 9/20/02 8:51 PM, Jeffrey Berman <email@hidden> wrote:
>
I am sending a Control-T sequence to a terminal window with the following:
>
>
tell application "Terminal"
>
do script (ASCII character 20) in window 1
>
end tell
>
>
This triggers the expected response but also includes a line feed that does
>
not occur if I type Control-T from the keyboard in the Terminal application.
>
>
Is there a way to send the Control-T sequence from the script without also
>
triggering a line feed?
>
>
-Jeffrey Berman
Does the lack of a response to this question mean there is no way to
suppress the line feed when sending a control-key sequence to Terminal?
-Jeffrey Berman
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.