Re: Sending F-Keys to server - WeOnlyDo Discussion board

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

by wodDamir, Tuesday, March 11, 2008, 23:39 (6100 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


Complete thread: