We launch the control from within our application, which then allows users to run a CHUI application within the control. However, function keys which are used with the CHUI application are not working within the control, in certain scenarios.
We have tried setting the attribute sshFunctionKeysMode to the all possible values but no joy.
Please advise resolution.
Problem with function keys is that there is no standard at all and every server can have own set of function keys. I've just found another set when googling "hp-ux function keys"...
Are you able to handle function keys correctly using PuTTY?
I can advise you 2 ways:
terminalControl1.Options.TerminalName = "vt100"
xterm
"cat -v"
CTRL+D
FunctionKeysMode
UPDATE
Support for HP-UX function keys was released as build 4060 in February 2011.
To use new function keys specify TerminalControl.Options.FunctionKeysMode = FunctionKeysMode.HpUx; before you call the terminalControl1.Bind(client); method.
TerminalControl.Options.FunctionKeysMode
FunctionKeysMode.HpUx;
terminalControl1.Bind(client);
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.