Physical Keyboard needs Debouncing

FrankH

New Member
Joined
Dec 4, 2009
Messages
14
Reaction score
0
To me it is clear that the physical slide out keyboard desperately needs a better debounce algorithm. When I try to type with the physical keyboard sometimes the key pressed appears twice or the key I wanted to hit is typed and is then immediately followed by an adjacent key. Of course, maybe my finger is too big and I am pressing two keys, but the key I wanted to press is almost always the first that appears in the text field so if there was a proper debounce algorithm in the keyboard driver, this "big finger" problem could be fixed. The proper algorithm would ignore any keypress that occurred within a certain fixed short time after the first keypress. This would prevent double presses and it would also prevent adjacent keys from being incorrectly typed. With this fixed, the physical keyboard would become usable for me.

So is there a developer out there that can replace the keyboard driver and fix the debounce algorithm? Also, while you are at it, add the predictive text used by the soft keyboard to the physical keyboard (I know there is a hack for this but I would pay several dollars for a downloadable application to fix both these issues).
 

roflcopters

Member
Joined
Jan 4, 2010
Messages
172
Reaction score
1
Location
Savannah, GA
I don't have any of the problems you spoke of, and if I ever do mistype something I know that it's my own fault rather than the keyboard's. Being that it is almost perfectly flat it does take some getting used to, but honestly I like it overall.
 

sam handwich

New Member
Joined
Apr 28, 2010
Messages
8
Reaction score
0
I'm with FrankH. If there were an app to fine tune how the Droid responds to adjacent keypresses, the physical keyboard would suddenly become useful.

I have Swype and it is indeed excellent software, but I still prefer a hardware keyboard.
 
Top