mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
21 lines
423 B
JSON
21 lines
423 B
JSON
|
{
|
|||
|
"locale": "lt",
|
|||
|
"morekeys": {
|
|||
|
"a": "ą",
|
|||
|
"e": ["ė", "ę"],
|
|||
|
"i": "į",
|
|||
|
"u": ["ū", "ų"],
|
|||
|
"s": "š",
|
|||
|
"c": "č",
|
|||
|
"z": "ž"
|
|||
|
},
|
|||
|
"keyspec": {},
|
|||
|
"label": {},
|
|||
|
"keylabel": {},
|
|||
|
"keyhintlabel": {},
|
|||
|
"additional_morekeys": {},
|
|||
|
"other": {
|
|||
|
"single_quotes": ["’", "‚", "‘"],
|
|||
|
"double_quotes": ["”", "„", "“"]
|
|||
|
}
|
|||
|
}
|