mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
6bf523010d
The Python version uses json files, separate from the xml files. Comments haven't been migrated still. I'm still not very happy with the way the keyboard texts are managed and that it requires running a separate tool to generate a .java file. It's at least better than manually editing an autogenerated file as before, and python3 is more widely available than the archaic Android build system
27 lines
568 B
JSON
27 lines
568 B
JSON
{
|
||
"locale": "mk",
|
||
"morekeys": {
|
||
"cyrillic_ie": [
|
||
"ѐ"
|
||
],
|
||
"cyrillic_i": [
|
||
"ѝ"
|
||
]
|
||
},
|
||
"keyspec": {
|
||
"south_slavic_row1_6": "ѕ",
|
||
"south_slavic_row2_11": "ќ",
|
||
"south_slavic_row3_1": "з",
|
||
"south_slavic_row3_8": "ѓ"
|
||
},
|
||
"label": {},
|
||
"keylabel": {
|
||
"to_alpha": "АБВ"
|
||
},
|
||
"keyhintlabel": {},
|
||
"additional_morekeys": {},
|
||
"other": {
|
||
"single_quotes": "!text/single_9qm_lqm",
|
||
"double_quotes": "!text/double_9qm_lqm"
|
||
}
|
||
} |