Re: Sending F-Keys to server (General questions)
Bill,
Can you please try this:
F1
ssh1.Send (Chr(27) + OP )
F2
ssh1.Send (Chr(27) + OQ )
F3
ssh1.Send (Chr(27) + OR )
F4
ssh1.Send (Chr(27) + OS )
F5
ssh1.Send (Chr(27) + OT )
F6
ssh1.Send (Chr(27) + OU )
F7
ssh1.Send (Chr(27) + OV )
F8
ssh1.Send (Chr(27) + OW )
F9
ssh1.Send (Chr(27) + OX )
F11
ssh1.Send (Chr(27) + OZ )
F12
ssh1.Send (Chr(27) + O[ )
Drazen
Complete thread:
- Sending F-Keys to server - Bill Deihl, 2008-03-11, 20:33
- Re: Sending F-Keys to server - wodDamir, 2008-03-11, 23:39
- Re: Sending F-Keys to server - Bill Deihl, 2008-03-12, 14:23
- Re: Sending F-Keys to server - Bill Deihl, 2008-03-12, 19:15
- Re: Sending F-Keys to server - woddrazen, 2008-03-12, 19:19
- Re: Sending F-Keys to server - Bill Deihl, 2008-03-12, 19:26
- Re: Sending F-Keys to server - woddrazen, 2008-03-12, 19:19
- Re: Sending F-Keys to server - Bill Deihl, 2008-03-12, 19:15
- Re: Sending F-Keys to server - Bill Deihl, 2008-03-12, 14:23
- Re: Sending F-Keys to server - wodDamir, 2008-03-11, 23:39