XDA上面是還沒看到災情
不過Droid Pro上面的討論也實在少得可憐
不過看我的版號是2.26.2.XT610 是最新一版
似乎跟droid2的2.3.20差距很大
希望不要傳出災情才好
I rewrote these files
- /system/usr/keychars/cdma_venus2-keypad.kcm.bin
- /system/usr/keylayout/cdma_venus2-keypad.kl
and replace these keys and mappings.
- VOICE Search -> DPAD_RIGHT
- PERIOD -> DPAD_LEFT
- Comma -> Period
- Shift+Comma -> Comma
- ALT+Shift+M -> Back Slash
- ALT+Shift+L -> | (pipe)
- ALT+Shift+J -> < (less than)
- ALT+Shift+K -> > (more than)
- ALT+Shift+U -> [
- ALT+Shift+I -> ]
- Shift+@ -> ?
I didn't generate a file. Just alternate original file with binary editor.
For example:
00001d0: 2c 00 00 00 50 00 37 00 70 00 50 00 40 00 60 00
This should be 32byte header and key codes.
In this example, Keycode is 0x0000002c
and after that
0x0070 = "p"
0x0050 = "P" Shift+p
0x0040 = "@" Alt+p
0x0060 = "`" Shift+Alt+p
So if you want input "*" with Alt+p, replaece 0x0040 to 0x002A. That it.
Keymaps and Keyboard Input | Android Open Source
歡迎光臨 PALMisLIFE 討論區 (http://f.pil.tw/) | Powered by Discuz! X2.5 |