|
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:
UPDATE Support for HP-UX function keys was released as build 4060 in February 2011. To use new function keys specify Many thanks for the prompt response. Tried the suggestion and unfortunately still does not work. The function keys and their escape sequence are listed below: F1 = ^[[17~ F2 = ^[[18~ F3 = ^[[19~ F4 = ^[[20~ F5 = ^[[21~ F6 = ^[[23~ F7 = ^[[24~ F8 = ^[[25~ F9 = ^[[26~ F10 = ^[[28~ F11 = ^[[29~ F12 = ^[[31~
(05 Aug '10, 14:46)
Saquib
Can you also provide codes for Insert, Delete, Home, End, PageUp, PageDown, LeftArrow, RightArrow, UpArrow and DownArrow please? And variants with the CTRL, ALT and SHIFT modifiers if it changes the sequences. Thank you.
(05 Aug '10, 21:11)
Lukas Matyska ♦♦
Hi further keys as requested below: Insert = ^[[2~ Home = ^[[1~ PageUp = ^[OQ PageDown = ^[OS End = ^[[4~ Delete = ^[[3~ Up = ^[[A Down = ^[[B Left = ^[[D Right = ^[[C Ctrl-F1 = ^[[23~ Ctrl-F2 = ^[[24~ Ctrl-F3 = ^[[25~ Ctrl-F4 = ^[[26~ Ctrl-F5 = ^[[28~ Ctrl-F6 = ^[[29~ Ctrl-F7 = ^[[31~ Ctrl-F8 = ^[[32~ Ctrl-F9 = ^[[33~ Ctrl-F10 = ^[[34~ Ctrl-F11 = ^[[23~ Ctrl-F12 = ^[[24~ Any idea when we can expect a new build and this will be sent to us? Regards and thanks for your assistance so far.
(06 Aug '10, 09:49)
Saquib
I am going to add new FunctionKeys right now. Can you please send me (at support@rebex.net) your order details, so I am able to build correct packages for you?
(06 Aug '10, 10:04)
Lukas Matyska ♦♦
Email sent, thanks.
(06 Aug '10, 10:40)
Saquib
|