-
Okay... no idea about how one would go about detecting the keyboards, so I gave a simple detect-the-phone fix a try, which works... mostly, except that * and # keys do nothing.
Apparently they don't fire EEventKey, so I tried handling EEventKeyDown too, and that did the trick, only now * sometimes fires up the "select symbol" dialog in addition to doing whatever action it is in the grid.....
2009-11-03 07:15:53 UTC by juhaz
-
midpssh provides support for macros, this is very useful when working with shell programs, especially on a mobile.
2009-10-23 17:50:09 UTC by nobody
-
Anonymous committed revision 36 to the PuTTY for Symbian OS Mercurial repository, changing 1 files.
2009-10-22 13:00:07 UTC by nobody
-
... Or they could just have stuck with the E61 solution where the keys send the number key code by default. That was a pain to deal with but everybody already had a solution so why break it!
Unfortunately these overlap with the E71 keyboard so just trivially adding more key codes won't work. PuTTY will either have to detect the phone or keyboard type and behave differently, or the Send Grid...
2009-10-21 02:43:33 UTC by pekangas
-
Anonymous committed revision 35 to the PuTTY for Symbian OS Mercurial repository, changing 8 files.
2009-10-20 15:48:53 UTC by nobody
-
Anonymous committed revision 34 to the PuTTY for Symbian OS Mercurial repository, changing 2 files.
2009-10-20 15:45:00 UTC by nobody
-
Nokia has introduced a third layout for the E55 half-qwerty keypad, seems to follow the same general idea as E71, but since there are two keys per button, the scancodes differ (and the bottom row is entirely different from everything else, what the hell were they thinking?)
Scancodes are:
1=E 2=T 3=U
4=D 5=G 6=J
7=C 8=B 9=M
* = EStdKeyLeftFunc
0 = EStdKeySpace
# =...
2009-10-18 14:57:44 UTC by juhaz
-
I can confirm that the fix works on E55, which does use the new access point groupings. Though I rather liked that it didn't bother me with questions and just used the highest priority connection in the "Internet" group automatically, back to the buggy version :)
2009-10-18 13:55:31 UTC by juhaz
-
It would be great to have authentication agent forwarding support (like the "-A" option in unix ssh) so user can ssh through multiple machines using his private key @ mobile.
2009-10-16 21:44:58 UTC by cezz_sf
-
The latest touch UI build should now have a fix for this, and Risto has also created a 3.x build with the fix. We'd very much appreciate reports on whether this works for everybody. Get the builds at
S60 3.x: http://bd.kicks-ass.net/koodaus/putty/putty_s60v3/
S60 5.x touch: http://bd.kicks-ass.net/koodaus/putty/.
2009-10-16 00:41:06 UTC by pekangas