asolfre / hackerskeyboard

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

TAB doesn't work in ConnectBot on GSmart G1315 #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Launch ConnectBot
2. Enter cd e
3. Enter <tab>

What is the expected behavior? 
cd e auto completes to cd etc

What do you see instead?
If "ConnectBot tab key mode" enabled, <tab> symbol entered (some space after e).
If "ConnectBot tab key mode" disabled, no changes

What version of Hacker's Keyboard are you using? 
1.33.1332 d27b5144b8e2 2012-07-03

On what phone or tablet?
Gigabyte GSmart G1315

If applicable, does this affect the 4-row or 5-row layout, or both?
5-row layout. 4-row didn't test

Which language(s)?
English. Other, I think, affected too

Original issue reported on code.google.com by D.Barabash on 23 Aug 2012 at 12:12

GoogleCodeExporter commented 9 years ago
If the Tab key produces a Tab symbol, then it's working as far as the keyboard 
is concerned. In this case the problem is that the shell receiving input isn't 
capable of autocompletion or not configured to do so. Which type of system are 
you accessing? For example, the default Android shell used for local login 
doesn't do completion, you'd need to install Bash or a similar shell to get 
that.

Original comment by Klaus.We...@gmail.com on 23 Aug 2012 at 4:53