Re: Sending F-Keys to server (General questions)

by wodDamir, (6266 days ago) @ Bill Deihl

Hi Bill,

You can send an F10 sequence by using a code similiar to this:

[code]Ssh1.Send(Chr(27) & [21~ )[/code]

This will send the F10 key to the server. However, please note that this line possibly won't work with TerminalType set to vt100 . If this happens, you should set TerminalType to linux .

Hope this helps.

Regards,
Damba

locked

Complete thread: