thanhlamcltv91 / android-vnc-viewer

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

ALT + key doesn't work for me (G1, 1.5) #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. VNC to debian host running X
2. open xterm
3. try to use alt keys, such as ALT+. (for forward slash)

What is the expected output? What do you see instead?

I'd expect a forward slash.

What version of the product are you using? On what operating system?

latest version on market... android 1.5, G1

Please provide any additional information below.

I believe the problem is that the server is using UTF-8 charset... I have 
no idea what charset this phone is actually using.

Original issue reported on code.google.com by surma.an...@gmail.com on 14 Jun 2009 at 3:52

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have this identical problem trying to vnc to a local xsession.  No key 
modifiers
work as expected.  <Alt> + <key> and <shift> + <key> both produce unexpected 
results.
 I am running JF 1.5 with Debian installed on /system/sd trying to vnc into a icewm
session.

Original comment by greg.die...@gmail.com on 23 Jul 2009 at 1:14

GoogleCodeExporter commented 8 years ago
I have this problem, I think - on a UK G1, latest VNC from the market, and I 
cannot
generate punctuation characters like "!" - instead I get "1"

Server: Vine 3.0 on OSX / Intel

Original comment by Alec.Muf...@gmail.com on 30 Jul 2009 at 1:54

GoogleCodeExporter commented 8 years ago
more on this: 

I can generate !@#$%^&*() by doing SHIFT-1234567890

ALT-1234567890 generates 1234567890

ALT-. generates /

n generates n (plain) N (shift) and , (alt)

m generates m (plain) M (shift) and . (alt)

, generates , (plain) ? (shift) and / (alt)

. generates . (plain) ? (shift) and / (alt)

@ generates 2 (plain) ~ (shift) and  ` (alt)

in short: the keymap is messed up. :-)

Original comment by Alec.Muf...@gmail.com on 30 Jul 2009 at 2:19

GoogleCodeExporter commented 8 years ago
There seems to be a problem mapping Alt keys that depends on the VNC server.  
Merge
with issue 55.

Original comment by googlec...@antlersoft.com on 7 Oct 2009 at 9:35