skylarmt / android-xserver

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

Control Key/Shift Key #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Fire up a terminal (I used urxvt)
2. Install enlightenment
3. Try to type enlightenment_start
4. Try to erase the line with ^u

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

Typing enlightenment_start creates the string enlightenmentt_start, with no way 
to type the t without typing another t.  I was able to try enlightenment_start 
by tab completing, but if it had not been for my tab key, I would still be 
wondering if enlightenment can run here.

Similarly, typing ctrl+u to kill the line always repeated whatever character I 
typed before pressing ctrl.  The ctrl did not register, I might have had better 
luck with Esc+U but I didn't try it.

What version of the product are you using? On what operating system?
1.03 on Transformer TF-101 with JellyBean 4.2 (EOS4) Nightly 92

Please provide any additional information below.
The terminal is very slow to paint with anti-aliased fonts.  I did not try 
other fonts, there are too many problems to consider using this ongoing in its 
current state.  It seems though far superior to running X11vnc and accessing it 
through AndroidVNC client.  Kudos.

Original issue reported on code.google.com by king...@tuesdaystudios.com on 23 Jan 2013 at 3:47