Android Keyboard [duplicate]
Possible Duplicate:
How to develop a soft keyboard for Android?
How to add a new key in android keyboard.
You will need to write your own input method editor (IME), perhaps cloning the existing one from the Android open source project. Then, you will need to install that IME in your phone. Here is an article covering some of the steps.
精彩评论