View Single Post
Old 01-06-2017, 07:39 PM   #56
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by Dan Stefanescu View Post
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.
GeoffR is offline   Reply With Quote