huydq92 / hackerskeyboard

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

Support modifiers for special keys in ConnectBot #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, Hacker's Keyboard sends hardcoded VT control sequences for special 
keys such as F1-F12 or PageUp/PageDown, and doesn't properly support modifiers 
for them. Unix-like systems with terminfo do support modifiers such as Ctrl-F1 
given an appropriate TERM setting such as xterm, consider supporting this as an 
option.

Arguably ConnectBot should handle this though...

See http://slackware.osuosl.org/slackware-12.0/source/l/ncurses/xterm.terminfo 
and the output of "$ infocmp -1L". 

Possibly support multiple sets, and optional true numpad keys?

Original issue reported on code.google.com by Klaus.We...@gmail.com on 9 Jan 2012 at 3:35

GoogleCodeExporter commented 9 years ago
I was about to report the same.. really glad to have found someone else whose 
put it into a better technical detail than I could.  Anyway, it would be great 
to see this update/fix.  Awesome work Klaus.

Original comment by Ashim...@gmail.com on 12 Jan 2013 at 2:30