Issue 459 in connectbot: No access to numeric symbols using Asus Transformer keyboard dock

211 views
Skip to first unread message

conne...@googlecode.com

unread,
May 30, 2011, 6:17:38 PM5/30/11
to connectbo...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 459 by joeshmo...@gmail.com: No access to numeric symbols using
Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

What steps will reproduce the problem?
1. Hit either Shift key using the Asus Transformer TF101 Keyboard dock; The
small triangle appears at the top of the cursor denoting (I'm guessing...)
that the next character typed will be "shifted"
2. Press any of the numbered keys (0-9) to attempt to type a symbol
("!", "@", etc. but most importantly, "(" and ")")

What is the expected output? What do you see instead?
Expected output: Symbol that corresponds to the numeric key pressed.
Actual output: A tilde from numbers 5 - 9, and nothing is displayed from
keys 1 - 4

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?
ConnectBot 1.7.1

What type of system are you trying to connect to?
Unix machine with a bash shell

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?
echo $TERM: "screen"
uname -a: Linux...2008 i686 athlon i386 GNU/Linux

Please provide any additional information below.
There was one point where the keys functioned completely normally with
proper shift functions. During this time period though, pressing
the "shift" key did not alter the cursor the way it had before, and "alt"
not did nothing (it was adding a small triangle on the bottom of the
cursor). I have not been able to recreate this though.


conne...@googlecode.com

unread,
Jun 15, 2011, 10:14:03 AM6/15/11
to connectbo...@googlegroups.com

Comment #1 on issue 459 by elmin...@gmail.com: No access to numeric symbols

For me, this is also a "hot" issue - I see no alternative to ConnectBot, so
we better fix it here somehow.

It would be most appreciable to have a way to map Escape to somewhere, too,
since the TF keyboard has no escape key.

conne...@googlecode.com

unread,
Jun 20, 2011, 2:43:21 PM6/20/11
to connectbo...@googlegroups.com

Comment #3 on issue 459 by fmhi...@gmail.com: No access to numeric symbols

The patched fork is working great for me. Thanks!

conne...@googlecode.com

unread,
Jun 20, 2011, 3:07:56 PM6/20/11
to connectbo...@googlegroups.com

Comment #4 on issue 459 by kever...@gmail.com: No access to numeric symbols

I tried the fork (had to uninstall the old ConnectBot due to the changed
signature on the package) and don't see any difference.

What was supposed to have changed? Shift-keys don't work any differently,
Control doesn't work, nor does Alt.

What's working?

conne...@googlecode.com

unread,
Jun 20, 2011, 3:25:33 PM6/20/11
to connectbo...@googlegroups.com

Comment #5 on issue 459 by fmhi...@gmail.com: No access to numeric symbols

Under the "Settings" menu, there's an option for "Asus Transformer with
keyboard". Select that and give it a try.

conne...@googlecode.com

unread,
Jun 20, 2011, 3:43:48 PM6/20/11
to connectbo...@googlegroups.com

Comment #6 on issue 459 by kever...@gmail.com: No access to numeric symbols

Ah, ok. That makes sense.

Still the Alt-1 through Alt-0 and Alt-a aren't working (which would be
useful for irssi), but at least having Ctrl and the symbols above the
numbers work is a big step forward.

Thanks.

conne...@googlecode.com

unread,
Jun 20, 2011, 5:13:09 PM6/20/11
to connectbo...@googlegroups.com

Comment #7 on issue 459 by kurt...@gmail.com: No access to numeric symbols

You are welcome :) I'll try to solve the problem with alt combinations asap.

conne...@googlecode.com

unread,
Jun 20, 2011, 2:18:21 PM6/20/11
to connectbo...@googlegroups.com

Comment #2 on issue 459 by kurt...@gmail.com: No access to numeric symbols

I have a slightly modified fork of connectbot for asus transformer, you can
try it.

https://github.com/downloads/lorantkurthy/connectbot/ConnectBot.apk

(The repo is at https://github.com/lorantkurthy/connectbot)


conne...@googlecode.com

unread,
Jun 21, 2011, 3:03:50 PM6/21/11
to connectbo...@googlegroups.com

Comment #8 on issue 459 by kurt...@gmail.com: No access to numeric symbols

The Alt-key will not work, because the alt on the transformer is not a
modifier key, it sends an KeyEvent.KEYCODE_ALT_RIGHT keycode, pressed
together with other keys sends nothing (only exception is with TAB).
However irssi works, try it with Search-0, Search-1, Search-a (Press
Search, release Search, press 0). From irssi documentation:

Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
Clearly the easiest way is to use Meta-number keys. And what is the Meta
key? ESC key always works as Meta, but there's also easier ways. ALT could
work as Meta

On transformer the alt key is not a standard alt key, so you can use the
Meta key, which is ESC, and ESC is mapped to the Search key (just tried and
it works).


conne...@googlecode.com

unread,
Jun 21, 2011, 3:07:53 PM6/21/11
to connectbo...@googlegroups.com

Comment #9 on issue 459 by kurt...@gmail.com: No access to numeric symbols

The Alt-key will not work, because the alt on the transformer is not a

modifier key, it sends a KeyEvent.KEYCODE_ALT_RIGHT keycode, pressed
together with other keys sends nothing. However irssi works, try with

conne...@googlecode.com

unread,
Jun 23, 2011, 3:55:02 AM6/23/11
to connectbo...@googlegroups.com

Comment #10 on issue 459 by rickybr...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Thanks, Kurt! Your modified version of connectbot works great. Search makes
a perfect alternative meta key, since it is where alt is on most non-mac
keyboards, too.

Alt would make a great meta key too -- since it's there -- but this is
seriously exactly what I was looking for.

conne...@googlecode.com

unread,
Jun 23, 2011, 12:24:38 PM6/23/11
to connectbo...@googlegroups.com

Comment #11 on issue 459 by michael....@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

IMORTANT: for all who are working with the modified asus transformer
version: switch the option "Asus Transformer with keyboard" ***BEFORE***
you connect to the host, i made it the wrong way and was wondering, why the
arrow keys and backspace were not working ;)

conne...@googlecode.com

unread,
Jun 23, 2011, 12:28:45 PM6/23/11
to connectbo...@googlegroups.com

Comment #12 on issue 459 by michael....@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Question for the modified version (asus transformer and linux editors):

vi: ENTER is working
joe: ENTER not working

how i can fix that ???
thanks for any help!

conne...@googlecode.com

unread,
Jun 23, 2011, 12:34:55 PM6/23/11
to connectbo...@googlegroups.com

Comment #13 on issue 459 by michael....@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

for editor "joe" i have to press "Alt Gr/Alt" + Enter to get a newline, is
there any way to fix that ?

conne...@googlecode.com

unread,
Jun 23, 2011, 1:17:34 PM6/23/11
to connectbo...@googlegroups.com

Comment #14 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Thank you for all the comments! I'm glad you find the modofication useful.
Ricky you are right, the alt would make a good meta key too, but because
the Search is the meta, the normal alt+enter combination works in joe :)
(the real alt key, on the right side of the space key).

conne...@googlecode.com

unread,
Jun 23, 2011, 1:21:37 PM6/23/11
to connectbo...@googlegroups.com

Comment #15 on issue 459 by bertelsh...@googlemail.com: No access to
numeric symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

dear kurt: can you explain why enter works in "vi" but not in "joe" ? i
don´t understand this ;) would be nice to see the "asus tranformer patch"
in the next normal version included to stay up2date in the future ;)

conne...@googlecode.com

unread,
Jun 23, 2011, 1:29:57 PM6/23/11
to connectbo...@googlegroups.com

Comment #16 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Michael, thank you for the clarification, the documentation is not my
strength :) To set the option in the menu is a bit annoying for me too, but
I can not find a way to detect that the program is running on an Asus
Transformer (this is an android restriction). If anybody knows a solution,
please feel free to contact me, or leave a comment here.


conne...@googlecode.com

unread,
Jun 23, 2011, 1:33:20 PM6/23/11
to connectbo...@googlegroups.com

Comment #17 on issue 459 by kever...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

fwiw, enter doesn't work in emacs, either. I was using Control-M to get
the desired effect. Interesting to see that Alt+Enter is another way of
getting that effect.

Also, Control-X (another common emacs combination) and Control-U are both
overloaded. Control-X brings up a copy & paste dialog, and Control-U
brings up a URL Scan. They both do their other function as well, so this
is a little confusing. Would it be possible to move those functions onto a
less common combination, perhaps Fn-X and Fn-U ?

Looking forward to this patch being merged into the main branch.

conne...@googlecode.com

unread,
Jun 23, 2011, 1:37:22 PM6/23/11
to connectbo...@googlegroups.com

Comment #18 on issue 459 by bertelsh...@googlemail.com: No access to
numeric symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

kurt, setting the option is not that problem, my comment should only be
a "notice" so that other don´t make the same mistake... i would be very
happy if "ENTER" works in the "joe" ;-) and to see the "asus option" in the
next official release of connectbot ;-)

conne...@googlecode.com

unread,
Jun 23, 2011, 1:40:43 PM6/23/11
to connectbo...@googlegroups.com

Comment #19 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Dear bertelsh and other joe users, this is quite strange, that in joe you
have to use the alt+enter combination, I will try to fix it soon.


conne...@googlecode.com

unread,
Jun 23, 2011, 1:44:45 PM6/23/11
to connectbo...@googlegroups.com

Comment #20 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Sorry for the ctrl-x shortcut, that is ctrl-c in the original version, but
on linux that is also confusing. Unfortunately the Fn key works only with
the up, down, left, right arrows, with other keys has no effect, the
program can not see it. If anybody has another idea for shortcut keys,
please, leave a comment.

conne...@googlecode.com

unread,
Jun 23, 2011, 1:48:47 PM6/23/11
to connectbo...@googlegroups.com

Comment #21 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Imho there is not much chance to merge this patch into the main branch,
because the handling of the ctrl key is not standard on android (see
https://github.com/kruton/connectbot/pull/3#issuecomment-444854)


conne...@googlecode.com

unread,
Jun 23, 2011, 1:52:54 PM6/23/11
to connectbo...@googlegroups.com

Comment #22 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Still i will try to keep my fork in sync with the master, the patch affects
only 1 function.

conne...@googlecode.com

unread,
Jun 23, 2011, 2:00:02 PM6/23/11
to connectbo...@googlegroups.com

Comment #23 on issue 459 by bertelsh...@googlemail.com: No access to
numeric symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

dear kurt: maybe you can make a seperate APP at the market so that we are
able to get auto-updates ??

conne...@googlecode.com

unread,
Jun 23, 2011, 2:04:10 PM6/23/11
to connectbo...@googlegroups.com

Comment #24 on issue 459 by kurt...@gmail.com: No access to numeric symbols

The separate app is a good idea, i will make it after i correct the
alt+enter and the shortcut problems.

conne...@googlecode.com

unread,
Jun 23, 2011, 2:47:33 PM6/23/11
to connectbo...@googlegroups.com

Comment #25 on issue 459 by kever...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

FWIW, you can check the model by something like:

Build.MODEL.equals("Transformer TF101");

conne...@googlecode.com

unread,
Jun 23, 2011, 3:12:27 PM6/23/11
to connectbo...@googlegroups.com

Comment #26 on issue 459 by ab-adnon...@tech-soft.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Kurt, cool, that definitely makes the shift & control keys work on the
Transformer dock... however... :) It has some other issues I didn't have
before:

- It drops the connection when I rotate. (Settings of rotate = automatic)
It rotates, but as soon as I type a character, boom, drops it. (Claims the
host has dropped it, but it didn't; the u n-modded version was rock solid
before on rotates.)

- When undocked it doesn't display right when it connects. It shows the
last few lines of host output after I log in, but not the whole login
output. E.g. if my login stuff prints 50 lines of output, the top of the
screen starts with just the last 2-3. No way to scroll up to see them
either. (This is with menu bar set to hidden and scroll back at 900 lines.)

- The un-modded version showed Settings in the bottom status bar area, but
this version moves that to a new, extra top nav area. In docked/landscape
mode that takes a lot of space. If I hide the top area, then there's no
Settings icon (which otherwise would be in the bottom nav area; so you
can't get to Settings when undocked with top menu hidden).

Also want to +1 the idea of having the Transformer keyboard fixes in the
main branch.

conne...@googlecode.com

unread,
Jun 23, 2011, 3:34:59 PM6/23/11
to connectbo...@googlegroups.com

Comment #27 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Kever, thank you for the tip, it works.
New version (automatic transformer detection, no option in settings, enter
works in joe and emacs without alt, alt key=search key=meta, shortcuts
disabled) at
https://github.com/downloads/lorantkurthy/connectbot/ConnectBot1.apk


conne...@googlecode.com

unread,
Jun 23, 2011, 3:39:06 PM6/23/11
to connectbo...@googlegroups.com

Comment #28 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Dear ab-adnon, which version you mean un-modded? Master branch from github,
or the app from Market? Because the github version has other bugs as well
on android 3.0-3.1 thanks to the new android feature strictmode.

conne...@googlecode.com

unread,
Jun 23, 2011, 3:49:14 PM6/23/11
to connectbo...@googlegroups.com

Comment #29 on issue 459 by tgwa...@gmail.com: No access to numeric symbols

I dont understand why ConnectBot doesnt have a map feature? it would be
awesome to be able to map the control key to the search key on the android
device for example.

conne...@googlecode.com

unread,
Jun 23, 2011, 3:53:22 PM6/23/11
to connectbo...@googlegroups.com

Comment #30 on issue 459 by ab-adnon...@tech-soft.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Kurt, ha, ok, hadn't even thought about that, duh! I grabbed the app from
the Market. Didn't even stop to think it would be significantly different.

Are you or is anyone working on fixing the 3.x bugs?

Thanks!

conne...@googlecode.com

unread,
Jun 23, 2011, 3:58:36 PM6/23/11
to connectbo...@googlegroups.com

Comment #31 on issue 459 by kurt...@gmail.com: No access to numeric symbols

dear tgwa, you are right, but on other keyboards for android phones you
usually type with two thumbs, on the transformer you can type like on a
notebook. So on an android you type ctrl-c like: press ctrl, release it,
press c. On the transformer you can press the two keys together. So the two
keyboard handling function is quite different, and the key mapping feature
would be not enough.

conne...@googlecode.com

unread,
Jun 23, 2011, 4:03:40 PM6/23/11
to connectbo...@googlegroups.com

Comment #32 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Dear ab-adnon, i'm working on it, 2 bugs are already fixed , which rendered
the github version unusable on honeycomb (after login, connectbot closed
connection on first keypress). The mentioned bugs are quite similar, but I
need some time to find them, and the keyboard issues are more important to
fix.

conne...@googlecode.com

unread,
Jun 23, 2011, 4:10:44 PM6/23/11
to connectbo...@googlegroups.com

Comment #33 on issue 459 by tgwa...@gmail.com: No access to numeric symbols

hey kurt,
i was more speaking in general. i have the thunderbolt it would be cool
instead of tapping the screen to bring up control, then tapping it.. to
just tap search -> key. would also be cool to map esc to back as well..
or atleast map the keys to the volume keys.


conne...@googlecode.com

unread,
Jun 23, 2011, 4:18:48 PM6/23/11
to connectbo...@googlegroups.com

Comment #34 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Dear tgwa, yes, it would be cool. In future versions I will include options
into the settings for key mapping, but only for the transformer.


conne...@googlecode.com

unread,
Jul 11, 2011, 4:07:43 PM7/11/11
to connectbo...@googlegroups.com

Comment #35 on issue 459 by i...@live-net.sk: No access to numeric symbols

Hi all, new version (synchronized with
https://github.com/kruton/connectbot/) is at
https://github.com/downloads/lorantkurthy/connectbot/ConnectBot.apk


conne...@googlecode.com

unread,
Jul 11, 2011, 4:44:48 PM7/11/11
to connectbo...@googlegroups.com

Comment #36 on issue 459 by kever...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

The "new version" seems to be a regression. "Enter" in emacs/joe stopped
working, "Ctrl-U" now brings up the URL scan again.

Why was this put out? What's supposed to be new/fixed?

conne...@googlecode.com

unread,
Jul 11, 2011, 6:14:17 PM7/11/11
to connectbo...@googlegroups.com

Comment #37 on issue 459 by i...@live-net.sk: No access to numeric symbols

Sorry, that was not the final version, but now it is.

url is the same:
https://github.com/downloads/lorantkurthy/connectbot/ConnectBot.apk

conne...@googlecode.com

unread,
Jul 11, 2011, 6:24:21 PM7/11/11
to connectbo...@googlegroups.com

Comment #38 on issue 459 by i...@live-net.sk: No access to numeric symbols

This "new version" is new, because in the meantime there were some
improvments in the generic hardware keyboard handling, and with a bit of
luck this version can be merged into the main branch.

conne...@googlecode.com

unread,
Jul 11, 2011, 6:34:34 PM7/11/11
to connectbo...@googlegroups.com

Comment #39 on issue 459 by kurt...@gmail.com: No access to numeric symbols

Sorry, that was not the final version, but now it is.

This "new version" is new, because in the meantime there were some

conne...@googlecode.com

unread,
Jul 12, 2011, 4:21:33 AM7/12/11
to connectbo...@googlegroups.com

Comment #40 on issue 459 by dinh....@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

thanks kurt, this version of connectbot works great on the TF101 keyboard.
The title bar is a little bit distracting but appart from that I found no
issue so far.

conne...@googlecode.com

unread,
Jul 18, 2011, 3:53:35 PM7/18/11
to connectbo...@googlegroups.com

Comment #41 on issue 459 by citizen5263: No access to numeric symbols using

Thanks for this great improvement! It turned my Transformer from a nice
widget to a full-fledged terminal ;-) I hope it will get merged into main.

Only minor improvement I'd love is a nice mapping for ESC (this would make
working in vi a lot nicer). Back probably doesn't work (or isn't a good
idea). If possible Ctrl-Back might be a feasible approach.

conne...@googlecode.com

unread,
Jul 18, 2011, 3:58:45 PM7/18/11
to connectbo...@googlegroups.com

Comment #42 on issue 459 by grizza...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I think that could work as well, catching onBack(), and doing "back" only
if pressed twice within a second or so. At least I wish there will be an
option for something like this, so I can work on my transformer as well!

conne...@googlecode.com

unread,
Jul 19, 2011, 8:35:32 PM7/19/11
to connectbo...@googlegroups.com

Comment #43 on issue 459 by aer...@gmail.com: No access to numeric symbols

I have the latest APK that is linked from this page and things are
initially working well. Thans for the patch. Any idea when the TF changes
will go into the main apk available form the android market?

conne...@googlecode.com

unread,
Aug 11, 2011, 3:48:38 AM8/11/11
to connectbo...@googlegroups.com

Comment #44 on issue 459 by sdd...@gmail.com: No access to numeric symbols

The model name of 3G version is "Transformer TF101G", please consider to
add it.
Thanks for your great work.

conne...@googlecode.com

unread,
Aug 12, 2011, 2:01:13 PM8/12/11
to connectbo...@googlegroups.com

Comment #45 on issue 459 by ssr...@gmail.com: No access to numeric symbols

Hey guys. Just an FYI, we can remap the keys on the Transformer dock.
Here's a link to the instructions I followed.
http://forum.xda-developers.com/showthread.php?t=1144204

Of course, the Transformer needs to be rooted to be able to do this. Good
luck!


conne...@googlecode.com

unread,
Aug 18, 2011, 8:44:03 AM8/18/11
to connectbo...@googlegroups.com

Comment #46 on issue 459 by clareslo...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Thanks Kurt, that fork is incredibly useful!

conne...@googlecode.com

unread,
Aug 21, 2011, 4:28:00 PM8/21/11
to connectbo...@googlegroups.com

Comment #47 on issue 459 by mds...@gmail.com: No access to numeric symbols

This fork works really well for me. Something like this should be
incorporated in to the main branch of the program, it really should!

conne...@googlecode.com

unread,
Sep 7, 2011, 2:51:28 PM9/7/11
to connectbo...@googlegroups.com

Comment #48 on issue 459 by sslivit...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Just find this thread after posting for the same issue. I downloaded the
latest version
mentionned in this thread and everything is working fine. Thank you very
much.


conne...@googlecode.com

unread,
Sep 8, 2011, 7:31:54 PM9/8/11
to connectbo...@googlegroups.com

Comment #49 on issue 459 by Alaor...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Found this post via a Google search for a "good" SSH client for the ASUS.
I really appreciate the fork, works very much like puTTY. Now I just need
to break the muscle memory of hitting the back button to escape in vi :-/

conne...@googlecode.com

unread,
Sep 9, 2011, 2:56:18 AM9/9/11
to connectbo...@googlegroups.com

Comment #50 on issue 459 by grizza...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I'm using 'back' as escape, I've modified the lkurty version.
But I didn't make (and don't have the time) any options to have a back
button. I could make it default though on TF101 and just back twice would
mean a real back.

If anyone interested, I can upload either version on the weekend, maybe
even do a push request to one of the forks or this, though I haven't done
such thing yet

conne...@googlecode.com

unread,
Sep 9, 2011, 9:23:52 AM9/9/11
to connectbo...@googlegroups.com

Comment #51 on issue 459 by AlexHut...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

re #50 : Could you post the patch somewhere? I am moving house this week
but will hopefully find time in a week or so to have a hack at all these
keyboard issues. Unless someone else beats me to it. :)

conne...@googlecode.com

unread,
Sep 11, 2011, 1:24:12 AM9/11/11
to connectbo...@googlegroups.com

Comment #52 on issue 459 by grizza...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

This replaces back with 'esc', something like checking if it has been
already pressed once then it should do the 'back' action (or, have a menu
item do the Activity.onBackPressed() call) needs to be done in order to be
connected to multiple hosts. I hope it will help.

in src/org/connectbot/ConsoleActivity.java, just put it somewhere in the
activity if the patch doesn't apply


@@ -589,6 +589,15 @@ public class ConsoleActivity extends Activity {
});

}
+ @Override
+ public void onBackPressed() {
+ View flip = findCurrentView(R.id.console_flip);
+ if (flip == null) return;
+ TerminalView terminal = (TerminalView)flip;
+
+ TerminalKeyListener handler =
terminal.bridge.getKeyHandler();
+ handler.sendEscape();
+ }


conne...@googlecode.com

unread,
Oct 10, 2011, 12:57:02 PM10/10/11
to connectbo...@googlegroups.com

Comment #53 on issue 459 by thekingr...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I agree, the for is amazing for the tranformer. Everything works as it
should! Thanks so much.

conne...@googlecode.com

unread,
Oct 13, 2011, 10:34:47 PM10/13/11
to connectbo...@googlegroups.com

Comment #54 on issue 459 by rob.pe...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Fork works perfectly. Any chance we can get it merged with mainline? ;)

conne...@googlecode.com

unread,
Oct 15, 2011, 8:04:34 PM10/15/11
to connectbo...@googlegroups.com

Comment #55 on issue 459 by mmfolke...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Thanks for the fork, I was about to try to code a fix myself.

conne...@googlecode.com

unread,
Oct 19, 2011, 3:06:00 AM10/19/11
to connectbo...@googlegroups.com

Comment #56 on issue 459 by mmfolke...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

On the fork for Asus Transformer Docking Keyboard, could you make 'shift +
backspace' map to a forward delete (as it does in the rest of android?).
Thanks!!

conne...@googlecode.com

unread,
Oct 28, 2011, 9:53:35 AM10/28/11
to connectbo...@googlegroups.com

Comment #57 on issue 459 by russellm...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I'm wondering if someone can create a WIKI page that documents the current
keyboard settings. The Comment #39 APK works great, with the search button
now being the escape key.

Previously the shift-1 would send the F1, but now it appropriately sends
an "!". This now begs the question of how one would send an F1 if that was
indeed what they needed.

Also, please add a comment when this change makes it to the regularly
distributed application in the Marketplace, so we can all switch back to
using that one (which gets automatic updates).

Thank you for all this work! This is making the transformer so much more
of a laptop replacement for me (better battery life, etc, etc).


conne...@googlecode.com

unread,
Nov 8, 2011, 10:10:39 PM11/8/11
to connectbo...@googlegroups.com

Comment #58 on issue 459 by dsc...@gmail.com: No access to numeric symbols

I've made a simple debug build with grizza's patch. I don't know enough to
implement his suggestions regarding allowing back via menu or double press,
but as a vi user I need ESC to be easy to use.

https://github.com/downloads/dschep/connectbot/ConnectBot-debug.apk

conne...@googlecode.com

unread,
Nov 10, 2011, 3:24:06 PM11/10/11
to connectbo...@googlegroups.com

Comment #59 on issue 459 by th...@xyz.pp.se: No access to numeric symbols

APK in comment #39 works great, thanks! Would love to see this get synced
into main so I could just download from market.

conne...@googlecode.com

unread,
Nov 13, 2011, 3:52:43 PM11/13/11
to connectbo...@googlegroups.com

Comment #60 on issue 459 by akaih...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Kurt, I don't see the "Transformer" option in settings after installing
your version. Could this be either because this is the 3G version (TF101G)
or because the langauge of my system is not English?

conne...@googlecode.com

unread,
Nov 19, 2011, 10:55:16 AM11/19/11
to connectbo...@googlegroups.com

Comment #61 on issue 459 by kzeo...@gmail.com: No access to numeric symbols

Yes I don't see it either. I am using asus slider.

conne...@googlecode.com

unread,
Nov 20, 2011, 9:44:35 PM11/20/11
to connectbo...@googlegroups.com

Comment #62 on issue 459 by 4Way...@gmail.com: No access to numeric symbols

The option was removed when the code started to check
Build.MODEL.equals("Transformer TF101"); We'll need to enhance this check
for things like the Transformer Prime and the slider.

I have my own version of this fork that also fixes the Enter key issue (as
mentioned in that bug) and am about to try out the back-as-esc change. It
would be nice to limit that remapping to just the back via the keyboard
(not the screen), but that may not be possible (I haven't checked yet). If
the lorantkurthy version doesn't get updated soon, I'll push out a git fork
that has the latest official changes + all these extra fixes.

conne...@googlecode.com

unread,
Nov 29, 2011, 1:15:34 PM11/29/11
to connectbo...@googlegroups.com

Comment #63 on issue 459 by queueb...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I have been trying to get this to work on my Slider for the past few hours.
Searching has finally led me here. I can be patient waiting for a new build
that does the Buld.MODEN.equals in a way that supports the Slider, but I
wonder if I should expect any additional issues? I have the Japanese
version of the slider. The keyboard is somewhat different.

conne...@googlecode.com

unread,
Nov 29, 2011, 1:47:57 PM11/29/11
to connectbo...@googlegroups.com

Comment #64 on issue 459 by akaih...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I made an attempt to support the TF101G in my fork. See
https://github.com/akaihola/connectbot/commit/4b70b92b186fb88c2b8eb5496dce79ce7f0496c0


Unfortunately I haven't yet had a chance to actually compile and test the
modification.

conne...@googlecode.com

unread,
Nov 29, 2011, 8:34:32 PM11/29/11
to connectbo...@googlegroups.com

Comment #65 on issue 459 by 4Way...@gmail.com: No access to numeric symbols

I'd suggest changing the 2 lines that end
with !Build.MODEL.equals("Transformer TF101") into:

... && !Build.MODEL.startsWith("Transformer ");

That way it matches anything that starts with "Transformer" and a space.

(akaihola: you missed on in src/org/connectbot/ConsoleActivity.java )

I'll attach a patch with this change in it.

Attachments:
all-transformers.patch 1.4 KB

conne...@googlecode.com

unread,
Dec 1, 2011, 12:58:32 PM12/1/11
to connectbo...@googlegroups.com

Comment #66 on issue 459 by jonathan...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

This isn't specific to the Asus Transformer's keyboard dock. I encountered
the exact same problem on an Eee PC 1005PEB running Android-x86 3.2 RC2
(Honeycomb). Is there any way the model could be detected at run time, so
we don't wind up with ten million versions of Connectbot?

conne...@googlecode.com

unread,
Dec 19, 2011, 8:09:40 PM12/19/11
to connectbo...@googlegroups.com

Comment #67 on issue 459 by fen...@gmail.com: No access to numeric symbols

Is there an android way to check for a physical keyboard or better yet
keyboard layout? This problem is going to be more and more common as
tablets become popular.


conne...@googlecode.com

unread,
Dec 27, 2011, 9:35:33 AM12/27/11
to connectbo...@googlegroups.com

Comment #68 on issue 459 by martin.m...@vx.sk: No access to numeric symbols

Are there still issues with the Transformer? In my clone -
http://connectbot.vx.sk - I am providing a selectable menu option for
Xperia (mini) pro users. Do all the Transformer keys work? If not, I could
provide something similiar for the Transformer.

conne...@googlecode.com

unread,
Dec 27, 2011, 4:30:27 PM12/27/11
to connectbo...@googlegroups.com

Comment #69 on issue 459 by mmfolke...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

The only combo that I would like to work on connect bot for the transformer
is shift + delete, have it map to delete next character (as it does in the
rest of the Android system). I am not sure about the function keys as I
don't use them, I can confirm that vim works great using the search key
(magnifying glass) in place of escape.

conne...@googlecode.com

unread,
Jan 2, 2012, 9:01:05 AM1/2/12
to connectbo...@googlegroups.com

Comment #70 on issue 459 by pfda...@gmail.com: No access to numeric symbols

I've just downloaded and installed the July 11 version from
https://github.com/downloads/lorantkurthy/connectbot/ConnectBot.apk, but
I'm not getting any setting options for the ASUS Transformer Keyboard.
Have I missed something?

Thanks
-pd


conne...@googlecode.com

unread,
Jan 2, 2012, 9:43:18 AM1/2/12
to connectbo...@googlegroups.com

Comment #71 on issue 459 by pfda...@gmail.com: No access to numeric symbols

I just saw comment #62, saying the ASUS Transformer keyboard support option
was removed from the lorantkurthy version. Is there a copy of this still
available anywhere? Or some other replacement? I really need to be able
to use this TF101 for mutt and emacs on a remote system.

Thanks,
-pd

conne...@googlecode.com

unread,
Jan 2, 2012, 5:40:24 PM1/2/12
to connectbo...@googlegroups.com

Comment #72 on issue 459 by 4WayneD: No access to numeric symbols using

I have my own clone with some transformer changes and some fixes (e.g.
Enter key, pubkey). You can find it here:

https://code.google.com/r/4wayned-connectbot-transformer-fixes/source/list

It's pretty easy to use ant to build that, if you want to set up your own
android SDK. If you don't want to hassle with that, you could snag my
debug apk here:

http://opencoder.net/ConnectBot-debug.apk

conne...@googlecode.com

unread,
Jan 2, 2012, 6:46:44 PM1/2/12
to connectbo...@googlegroups.com

Comment #73 on issue 459 by pfda...@gmail.com: No access to numeric symbols

Thanks, 4WayneD. I just tried the debug build, but I still don't see any
option in Settings to set the keyboard to ASUS TF101. Am I missing
something? Thanks!

conne...@googlecode.com

unread,
Jan 2, 2012, 8:02:26 PM1/2/12
to connectbo...@googlegroups.com

Comment #74 on issue 459 by 4WayneD: No access to numeric symbols using

As I mentioned in comment 65, the option was done away with long ago.
What's not working?

conne...@googlecode.com

unread,
Jan 2, 2012, 8:20:40 PM1/2/12
to connectbo...@googlegroups.com

Comment #75 on issue 459 by pfda...@gmail.com: No access to numeric symbols

Oh, I see. The option is gone, but the keys just work. Excellent! I'm
going to experiment some more, but my initial results with emacs look good.

Thanks!

conne...@googlecode.com

unread,
Jan 5, 2012, 10:21:32 AM1/5/12
to connectbo...@googlegroups.com

Comment #76 on issue 459 by Cindy.Mo...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I just got my ASUS Transformer Prime and keyboard dock with the main
purpose of running emacs.

With the ConnectBot-debug.apk, the control key works fine (though I will
remap it to caps-lock) and the search key works as Alt. Made my day.

Thanks!

conne...@googlecode.com

unread,
Jan 13, 2012, 7:04:08 AM1/13/12
to connectbo...@googlegroups.com

Comment #77 on issue 459 by turbod...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Also just got my Transformer Prime. Needed the debug version mentioned
above to get the Ctrl working, but now it does! Thanks

conne...@googlecode.com

unread,
Jan 21, 2012, 4:21:37 PM1/21/12
to connectbo...@googlegroups.com

Comment #78 on issue 459 by laurent....@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Just tried the debug version on a prime. It works. Thank you 4WayneD !

conne...@googlecode.com

unread,
Jan 26, 2012, 10:14:54 AM1/26/12
to connectbo...@googlegroups.com

Comment #79 on issue 459 by matt...@sympoz.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

TF-101 and have tried each of the versions in the thread. All address esc
& ! characters for me, however the | is not present that I can find. Odd
mappings that I'm seeing: 2/@ actuall maps to 2/", "/' maps to "/@, and the
\ / | key maps to # and ~.

Anyone working on a fix for |?

thanks!

conne...@googlecode.com

unread,
Jan 28, 2012, 2:27:38 PM1/28/12
to connectbo...@googlegroups.com

Comment #80 on issue 459 by ande...@gmail.com: No access to numeric symbols

This app works fine with the hardware keyboard on the Transformer:
https://github.com/jackpal/Android-Terminal-Emulator

ctrl works great, which is what I use all the time with "screen" etc

Perhaps the code from it can be used in connectbot to fix the hardware key
issues?

Attachments:
P20120128202452.png 162 KB

conne...@googlecode.com

unread,
Feb 4, 2012, 5:29:04 PM2/4/12
to connectbo...@googlegroups.com

Comment #81 on issue 459 by andrew.i...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

The debug version from #72 is pretty near perfect. It seems better on
Android v4 than the ancient version on the market and it supports the Prime
keyboard perfectly. This should be merged into the main branch and released
on the market imho. Great work.

conne...@googlecode.com

unread,
Feb 4, 2012, 6:16:14 PM2/4/12
to connectbo...@googlegroups.com

Comment #82 on issue 459 by darksk...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

First thing I did with my prime was to fire up an ssh with connectbot and
cry at its unusability, build in comment #72 has made me happy again, don't
forget to enable back key = esc in the settings.


conne...@googlecode.com

unread,
Feb 5, 2012, 3:44:01 AM2/5/12
to connectbo...@googlegroups.com

Comment #83 on issue 459 by alur...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Pretty much same feeling as #82. I love the build from #72 :) It would be
awesome if you could keep the back button on the screen working while
remapping the keyboard one, but that is just nitpicking.

conne...@googlecode.com

unread,
Feb 9, 2012, 10:18:27 AM2/9/12
to connectbo...@googlegroups.com

Comment #84 on issue 459 by brozi...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Hi,
is it some change for select text with shift+arrow and copy, paste? :)

conne...@googlecode.com

unread,
Feb 16, 2012, 9:22:14 AM2/16/12
to connectbo...@googlegroups.com

Comment #85 on issue 459 by sal...@gmail.com: No access to numeric symbols

Since there is a tablet version of ConnectBot, anyone fancy enough to put
Transformer/Prime/Slider keyboard modifications in it?

I kinda like it more than 'normal' phone versione since i can switch
extremely easily among different established SSH sessions.

Would be really nice to have it modified.

Thanks in advance!

conne...@googlecode.com

unread,
Feb 16, 2012, 10:37:39 AM2/16/12
to connectbo...@googlegroups.com

Comment #86 on issue 459 by 4WayneD: No access to numeric symbols using

I personally dislike the tablet version, as it wastes screen space that I
want to use for displaying content. It was also buggy back when I tried
it, so I am satisfied with the normal version.

conne...@googlecode.com

unread,
Feb 17, 2012, 2:49:43 PM2/17/12
to connectbo...@googlegroups.com

Comment #87 on issue 459 by sal...@gmail.com: No access to numeric symbols

Well I find it useful, so I grabbed source from your git, tablet branch,
and incorporated few of your tweaks (actually everything except last two
you committed in master branch).

Here is a link to it :
http://dl.dropbox.com/u/9348267/connectbot-debug-tablet.apk


conne...@googlecode.com

unread,
Mar 2, 2012, 4:30:58 PM3/2/12
to connectbo...@googlegroups.com

Comment #88 on issue 459 by Highland...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Dunno if there's a more relevant bug report, but I have the same symptoms
with Connectbot on my Motorola Droid4. Shifted number keys are not getting
entered correctly, 1-4 produce nothing. Shifted 5 thru 0 produce VT100
function key codes 5, 7, 8, 9, 0, and 1.

Can someone please point me to the particular source patch that fixed this
for the Transformer? Thanks.

conne...@googlecode.com

unread,
Mar 3, 2012, 2:44:11 PM3/3/12
to connectbo...@googlegroups.com

Comment #89 on issue 459 by Highland...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I see, the Droid4 issue has been reported as Issue#558.

conne...@googlecode.com

unread,
Mar 3, 2012, 3:30:23 PM3/3/12
to connectbo...@googlegroups.com

Comment #90 on issue 459 by 4WayneD: No access to numeric symbols using

I think we should switch the current auto-detection code back to using a
menu option so that other devices can try out the code. I'll look into
that for my patched version soon.

conne...@googlecode.com

unread,
Mar 10, 2012, 10:16:36 PM3/10/12
to connectbo...@googlegroups.com

Comment #91 on issue 459 by n.wayw...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

THANK YOU SO MUCH 4WayneD!!!
Your APK from post 72 is perfect :)

conne...@googlecode.com

unread,
Mar 30, 2012, 12:28:32 AM3/30/12
to connectbo...@googlegroups.com

Comment #92 on issue 459 by Garry.M...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Hi,

after being pretty near frustrated having a halfway decent keyboard on my
brand new TF201, but not being able to do even the simplest work on it with
connectbot, I tried the version from #72, and it fixes most issues I
have ...
I'm using a TP with German keyboard ... only a small number of keys do not
work correctly, like § (shift-3), accents (`´), € or German Umlauts (äöüß),
but I can live with that ...
Thanks!

conne...@googlecode.com

unread,
Mar 30, 2012, 1:03:09 PM3/30/12
to connectbo...@googlegroups.com

Comment #93 on issue 459 by Garry.M...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

My bad - seems like the system I tried this with didn't have the right
encoding set, trying with a different server yielded all correct chars
apart from "ß" (szlig) ...

conne...@googlecode.com

unread,
Apr 1, 2012, 7:57:11 PM4/1/12
to connectbo...@googlegroups.com

Comment #94 on issue 459 by admiraln...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I tried using the APKs from #72 and #87, however neither seemed to work for
me on my Slider SL101; they behaved no differently than the official
builds. Is this perhaps related to the auto-detection?

conne...@googlecode.com

unread,
Apr 3, 2012, 1:55:21 AM4/3/12
to connectbo...@googlegroups.com

Comment #95 on issue 459 by obezpa...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

apk from #87 works great on asus transformer prime

thanks!

conne...@googlecode.com

unread,
Apr 30, 2012, 11:37:52 PM4/30/12
to connectbo...@googlegroups.com

Comment #96 on issue 459 by ryanl4...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Any way we can get a working apk for the transformer tf300? I've tried the
different apks and I dont see an option for the keyboard on the tf300?

conne...@googlecode.com

unread,
May 1, 2012, 4:55:26 AM5/1/12
to connectbo...@googlegroups.com

Comment #97 on issue 459 by robert.b...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

Same here for the "ASUS Transformer Pad TF300T". None of the apks work.
Can't get the symbols over the numeric keys, ctrl doesn't work.

conne...@googlecode.com

unread,
May 17, 2012, 7:08:41 AM5/17/12
to connectbo...@googlegroups.com

Comment #98 on issue 459 by express....@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

I also have the symbol problem, but I'm on a x86 android install on a
laptop, see this video I shot : http://youtu.be/Hee290LVJJQ, please help
me , thanks !

conne...@googlecode.com

unread,
May 27, 2012, 7:00:11 PM5/27/12
to connectbo...@googlegroups.com

Comment #99 on issue 459 by roland.k...@gmail.com: No access to numeric
symbols using Asus Transformer keyboard dock
http://code.google.com/p/connectbot/issues/detail?id=459

also having this problem on asus tf300 (symbol keys with kb dock)

It is loading more messages.
0 new messages