Sending Control-T to Terminal
Sending Control-T to Terminal
- Subject: Sending Control-T to Terminal
- From: Jeffrey Berman <email@hidden>
- Date: Fri, 20 Sep 2002 20:51:30 -0500
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
_______________________________________________
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.