sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Control key not supported #552

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
Nook Color.

What firmware version are you running on the device?
Cyanogenmod 7.0.3

What steps will reproduce the problem?
1. Start sl4a.
2. Start python interactive interpreter.
3. Using Hacker's Keyboard, press Ctrl-D.

What is the expected output? What do you see instead?
I expect it to send "Ctrl-D", and the interpreter quits. Instead it sends 
lowercase "d".

What version of the product are you using? On what operating system?
Py4A release 4, Python 2.6.2.

Please provide any additional information below.

The problem seems to be that SL4A is using an older version of ConnectBot. 
Recent releases support control keys. Could you update, please? Or, please 
consider detecting if the user has ConnectBot installed and using the local 
version, if that's possible.

Hacker's Keyboard:
https://market.android.com/details?id=org.pocketworkstation.pckeyboard

Original issue reported on code.google.com by TylerTol...@gmail.com on 6 Jun 2011 at 5:23

GoogleCodeExporter commented 9 years ago
You can emulate the control key by pressing the trackball/button once, then the 
key of your choice.
I will look at integrating a newer version of connectbot when I have time.

Original comment by rjmatthews62 on 28 Mar 2012 at 2:36

GoogleCodeExporter commented 9 years ago
What is the equivalent button on devices without a trackball? This is a Nook 
Color; it has only one physical button, and a row of soft keys for menu, back, 
home, and search.

It's too bad Android really isn't designed to take advantage of a real package 
manager and dependencies. It would be nice if you didn't have to integrate 
ConnectBot separately.

Original comment by TylerTol...@gmail.com on 28 Mar 2012 at 8:21

GoogleCodeExporter commented 9 years ago
Fixed in r5x11

Original comment by rjmatthews62 on 9 Apr 2012 at 1:38