-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Description
What steps will reproduce the problem?
1. Start any application, go to a text field
2. Type something, using only your thumbs, as fast as you can
3. Note that if you press two letters extremely quickly, both keys highlight
one after the other, but only the second letter gets inserted
What is the expected output? What do you see instead?
I expect both letters to be inserted in the order I pressed them (so, key-down
order). Instead, characters get consistently dropped, and more characters get
dropped as my typing speed increases.
What version of the product are you using? On what operating system?
Hacker's Keyboard v1.20
Samsung Galaxy Tab 10.1, Android 3.1
Please provide any additional information below.
I'm fairly sure this is not user error, because I have experimented with the
stock Android keyboard and the Samsung keyboard, and neither has this problem.
I don't believe this is related to multi-touch, because I experimented with
(slowly) pressing one key, then pressing another, then releasing both -- and
that worked as expected (both characters got inserted in the correct order).
It may be that the keyboard expects each letter to be held down a certain
minimum length of time, and when I type too fast I'm just not holding the keys
down long enough.
If that is the case, it would be great to have an option to configure this
behavior. Since I mostly type with my thumbs, I don't really have the problem
of "ghost" keystrokes where I accidentally brush over letters I didn't intend
to type.
Please let me know if there is something I can do to help with this. (Typing
on a soft keyboard is tedious enough already; having to slow down so the
software can keep up is even more tedious. :) )
Original issue reported on code.google.com by des.siam...@gmail.com
on 8 Jul 2011 at 7:26