1
This commit is contained in:
117
Shared/Resource/kb_input_profiles.json
Normal file
117
Shared/Resource/kb_input_profiles.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"__comment": "输入配置文件:定义所有支持的语言和布局",
|
||||
"profiles": [
|
||||
{
|
||||
"code": "en",
|
||||
"name": "English",
|
||||
"defaultSkinZip": "normal_them.zip",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "en_US_qwerty",
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "latin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "es",
|
||||
"name": "Español",
|
||||
"defaultSkinZip": "",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "es_ES_qwerty",
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "latin"
|
||||
},
|
||||
{
|
||||
"variant": "azerty",
|
||||
"title": "AZERTY",
|
||||
"profileId": "es_ES_azerty",
|
||||
"layoutJsonId": "letters_azerty",
|
||||
"suggestionEngine": "latin"
|
||||
},
|
||||
{
|
||||
"variant": "qwertz",
|
||||
"title": "QWERTZ",
|
||||
"profileId": "es_ES_qwertz",
|
||||
"layoutJsonId": "letters_qwertz",
|
||||
"suggestionEngine": "latin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "pt",
|
||||
"name": "Português",
|
||||
"defaultSkinZip": "",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "pt_PT_qwerty",
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "latin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "zh-Hant",
|
||||
"name": "繁體中文(台灣)",
|
||||
"defaultSkinZip": "",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "pinyin",
|
||||
"title": "拼音(繁體)",
|
||||
"profileId": "zh_Hant_TW_pinyin",
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "pinyin_traditional"
|
||||
},
|
||||
{
|
||||
"variant": "bopomofo_full",
|
||||
"title": "注音全鍵盤",
|
||||
"profileId": "zh_Hant_TW_bopomofo_full",
|
||||
"layoutJsonId": "letters_bopomofo_full",
|
||||
"suggestionEngine": "bopomofo"
|
||||
},
|
||||
{
|
||||
"variant": "bopomofo_standard",
|
||||
"title": "注音標準",
|
||||
"profileId": "zh_Hant_TW_bopomofo_standard",
|
||||
"layoutJsonId": "letters_bopomofo_standard",
|
||||
"suggestionEngine": "bopomofo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "id",
|
||||
"name": "Bahasa Indonesia",
|
||||
"defaultSkinZip": "",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "id_ID_qwerty",
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "latin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "zh-Hans",
|
||||
"name": "简体中文",
|
||||
"defaultSkinZip": "",
|
||||
"layouts": [
|
||||
{
|
||||
"variant": "qwerty",
|
||||
"title": "QWERTY",
|
||||
"profileId": "zh_Hans_CN_qwerty",
|
||||
"layoutJsonId": "letters",
|
||||
"suggestionEngine": "pinyin_simplified"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user