huydq92 / hackerskeyboard

Automatically exported from code.google.com/p/hackerskeyboard
0 stars 0 forks source link

SCO function key encoding #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm attempting to access a terminal application through ConnectBot SSH.

For it to work in PuTTY I have to set the keyboard option for "the Function 
keys and keypad" to SCO, instead of the default ESC[n~.

I don't see any similar options in either Hacker's Keyboard or ConnectBot, and 
don't know which app would need to be enhanced, but it would be great to mimic 
that functionality.

Original issue reported on code.google.com by d...@djs.cc on 17 Mar 2012 at 7:58

GoogleCodeExporter commented 9 years ago
SCO is pretty ancient but I would like that too.  I want to be able to connect 
to several different UNIX/Linux systems that often use differenct function key 
strings.  Ideally I would like to be able to define 7-bit strings that the F1 - 
F10 keys would send.  

In Putty when you set keyboard to SCO it just sets up defined strings for each 
F1 - F10 key.  SCO, xterm & ansi are all that are generally needed, so to mimic 
Putty for these would be great.  I could do this myself if these keys were 
programable with 7-bit strings.

Love this app. but without this I cannot use it.

Original comment by Telephon...@gmail.com on 20 Jun 2012 at 1:59