|
|
#1 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,763
Karma: 24088559
Join Date: Dec 2010
Device: Kindle PW2
|
I peeked at the Kindle file system and noticed that /usr/share/keyboard also contains keyboard layouts and predictive text databases for Dutch, Danish, Norwegian, Swedish and Korean. I wanted to check out the keyboard layouts chosen by Amazon and updated /var/local/system/keyboard.conf and replaced the existing version with my version, which looks like this:
Code:
{
"all": [{
"id": "de",
"name": "German"
}, {
"id": "en_GB",
"name": "English (United Kingdom)"
}, {
"id": "en_US",
"name": "English (United States)"
}, {
"id": "es",
"name": "Spanish"
}, {
"id": "es_MX",
"name": "Spanish (Mexico)"
}, {
"id": "fr",
"name": "French"
}, {
"id": "fr_CA",
"name": "French (Canada)"
}, {
"id": "it",
"name": "Italian"
}, {
"id": "ja",
"name": "Japanese"
}, {
"id": "pt_BR",
"name": "Portuguese (Brazil)"
}, {
"id": "zh_CN",
"name": "Chinese (Simplified)"
}, {
"id": "da",
"name": "Danish (Denmark)"
}, {
"id": "no",
"name": "Norwegian Bokmål (Norway)"
}, {
"id": "sv",
"name": "Swedish (Sweden)"
}, {
"id": "nl",
"name": "Dutch (Netherlands)"
}, {
"id": "ko",
"name": "Korean (South Korea)"
}],
"selected": "zh_CN:en_GB:en_US:fr:de:es:ja:ko:da:no:sv:nl",
"current": "de"
}
|
|
|
|
|
|
#2 |
|
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
The inclusion of the fields "selected" and "current" makes me think this is a generated file.
If so, then that information is stored somewhere else (maybe even hard coded somewhere). Next step: Where? (Just what you asked. )
|
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the difference between framework.fiona.conf vs framework.mario.conf | kocoman | Kindle Developer's Corner | 1 | 03-19-2013 10:40 AM |
| New keyboard after update | bjones6416 | Amazon Fire | 17 | 04-04-2012 12:42 PM |
| Firmware Update K3 Keyboard just got a 3.3 update! | fr0stbit3 | Amazon Kindle | 3 | 10-28-2011 06:20 AM |
| Request keyboard problems after the update | rogersgeorge | enTourage Archive | 3 | 08-23-2010 05:37 PM |
| Matchbox Keyboard Update | Grimulkan | iRex | 17 | 05-13-2009 05:24 PM |