Re: Sending Control-T to Terminal
Re: Sending Control-T to Terminal
- Subject: Re: Sending Control-T to Terminal
- From: Helmut Fuchs <email@hidden>
- Date: Fri, 27 Sep 2002 17:10:43 +0200
Jeffrey, I guess using AppleScript is the wrong approach here. There
are better, more transparent and more reliable ways to keep ssh
sessions alive.
In the configuration of my shell CTRL-T maps to "transpose
characters" - this may differ for different shells and may be
annoying, if the cursor is in the middle of a line.
For now you could try to add "-o KeepAlive=yes" to your invocation of
ssh - which should work in most cases.
And if you are not opening the ssh-session yourself, you could write
a shell script that outputs anything (maybe the BEL) to STDERR in
defined intervals, and run it in the background of your session.
If none of the above works for you, I guess the best solution would
be to ask on an ssh-mailing-list on the best way to keep a
ssh-session alive.
HTH,
Helmut
--
_______________________________________________
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.