Quote:
Originally Posted by Dan Stefanescu
For GeoffR
Characters ă (not ã), â, î, ş, ţ are displayed properly in the book title and author name in the device's library listing.
I want to replace the first 5 keys in first row on the ÉÀÇ keypad.
Where should this patch be placed: in libadobe.so.patch, libnickel.so.1.0.0.patch, librmsdk.so.1.0.0.patch or nickel.patch ?

|
I'm not sure what the Aura 2nd edition keyboard layout looks like, so I don't know which keys are the first five on the first row, but you should be able to use the `Keyboard template` patch in
post #2 to change the keys you want, and just delete (or comment out) the other replace_string lines for keys that you don't want to change.
e.g. to change the š key to ş, change the following line in the patch:
Code:
replace_string = 0000, `š`, `2`
to
Code:
replace_string = 0000, `š`, `ş`
If the keyboard layout for the Aura 2nd edition is not the same as for the Aura One then the keys will be in different positions, but if you go by the symbol on the key and ignore the comments about position in the patch then it should work out.