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).
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).