On Friday 21 May 2004 23:41, Yi Chu wrote:
> Does anyone know the mailing list for beginners for Expect? Or some of you
> may know the answer to my question, I just ask the question here.
>
> How to send function key in Expect program?
>
> Example:
> send "Tab()\r"
> would send the tab character.
Does anyone know the mailing list for beginners for Expect? Or some of you may know
the answer to my question, I just ask the question here.
How to send function key in Expect program?
Example:
send "Tab()\r"
would send the tab character. But how to send in F5 key?
Tried
send "PF5()\r"
wi