Guest Rafael1000 Posted December 10, 2007 Report Posted December 10, 2007 Hello, I have a french HTC with azerty keyboard with HTC_Vox_ARA_1.27.415.4_4.1.13.47 rom. It works well, it is totally in french, except my keyboard (in abc mode) write in qwerty (when i type on visual touch A, a Q appears on the screen). I made all the steps of the second post of this thread http://forum.xda-developers.com/showthread.php?t=323790 And when i want to write with keyboard, nothing appears on screen ! I maybe made a mistake in I my "eT9.Vox.040C.kmap.txt". I attached this file to the post. Could you tell me what's wrong in this file? What can I do????? Thanks in advance and sorry for my poor english...eT9.Vox.040C.kmap.txt
Guest janneman88 Posted December 11, 2007 Report Posted December 11, 2007 (edited) *double* Edited December 11, 2007 by janneman88
Guest janneman88 Posted December 11, 2007 Report Posted December 11, 2007 The first row of VK has to remain the same as in the original file. In the second row you make the changes you need. The first row just represents the physical button you press on the keyboard, the second row represents the value of the button appearing on screen. This is how I did it on my French VOX with another non-azerty rom: // // N O T E: This file must be saved as Unicode // // This file contains the virtual keys mapping table for the // Cavalier device. The mapping table is define as follow // // VK_TPOUND = 0x78 // VK_TSTAR = 0x77 // VK_TAB = 0x09 // // We do not support escape value yet. So the key/char values should be // entered explicitly or by encoding start with 0x // // Format: // {VK VK' CH1 CH2} // VK -> value from keyboard driver // VK' -> printed on keys // CH1 -> symbols produced by Fn + key // CH2 -> symbols in 123 mode {Q A @ @} {W Z ! !} {E E 0 0} {R R 1 1} {T T 2 2} {Y Y 3 3} {U U + +} {I I / /} {O O ( (} {P P ) )} {A Q ? ?} {S S * *} {D D 4 4} {F F 5 5} {G G 6 6} {H H - -} {J J _ _} {K K : :} {L L;;} {Z W 0x09 Z} {X X # #} {C C 7 7} {V V 8 8} {B B 9 9} {N N 0xFA N} // 0xFA = Launch symbol window {M M 0xFB M} // 0xFB = Launch SMS {0xBE . , ,} // 0xBE = VK_PERIOD {0x26 0x26 0x21 0x26} // 0xF1 = up arrow, 0x21 = page up {0x28 0x28 0x22 0x28} // 0xF2 = down arrow, 0x22 = page down {0x25 0x25 0xFD 0x25} // 0xF3 = left arrow, 0xFD = launch pIE {0x27 0x27 0xDE 0x27} // 0xF4 = right arrow, 0xDE = ' Try it, it took me a while but now it's working.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now