This commit is contained in:
Miodec 2021-08-01 13:36:16 +01:00
commit 8352f1c74c
4 changed files with 1769 additions and 3 deletions

View file

@ -351,7 +351,7 @@ const layouts = {
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
"fF", "lL", "hH", "vV", "zZ", "qQ", "wW", "uU", "oO", "yY", "[{", "]}", "\\|",
"sS", "rR", "nN", "tT", "kK", "cC", "dD", "eE", "aA", "iI", ";:",
"\\|", "xX", "'\"", "bB", "mM", "jJ", "pP", "gG", ",<", ".>", "/?",
"\\|", "xX", "'\"", "bB", "mM", "jJ", "pP", "gG", ",<", ".>", "/?",
" "
],
},
@ -375,7 +375,7 @@ const layouts = {
" "
]
},
Thai_Kedmanee: {
thai_kedmanee: {
keymapShowTopRow: true,
keys: [
"-%", "ๅ+", "/๑", "_๒", "ภ๓", "ถ๔", "ุู", "ึ฿", "ค๕", "ต๖", "จ๗", "ข๘", "ช๙",
@ -385,5 +385,25 @@ const layouts = {
" "
]
},
thai_pattachote: {
keymapShowTopRow: true,
keys: [
"฿~", "ๅ+", "๒\"", "๓/", "๔,", "๕?", "ูุ", "๗_", "๘.", "๙(", ")", "๑-", "๖%",
"็๊", "ตฤ", "ยๆ", "อญ", "รษ", "่ึ", "ดฝ", "มซ", "วถ", "แฒ", "ใฯ", "ฌฦ", "ฃฅ",
"้๋", "ทธ", "งำ", "กณ", "ั์", "ีื", "่าผ", "นช", "เโ", "ไฆ", "ขฑ",
"ฃฅ", "บฎ", "ปฏ", "ลฐ", "หภ", "ิั", "คศ", "สฮ", "ะฟ", "จฉ", "พฬ",
" "
]
},
thai_manoonchai: {
keymapShowTopRow: true,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
"ใฒ", "ตฏ", "หซ", "ลญ", "สฟ", "ปฉ", "ัึ", "กธ", "ิฐ", "บฎ", "็ฆ", "ฬฑ", "ฯฌ",
"งษ", "เถ", "รแ", "นช", "มพ", "อผ", "าำ", "่ข", "้โ", "วภ", "ื\"",
"ฯฌ", "ุฤ", "ไฝ", "ทๆ", "ยณ", "จ๊", "ค๋", "ี์", "ดศ", "ะฮ", "ู?",
" "
]
},
}
export default layouts;

View file

@ -7,7 +7,8 @@
"english_5k",
"english_10k",
"english_25k",
"english_450k"
"english_450k",
"english_commonly_misspelled"
]
},
{

View file

@ -5,6 +5,7 @@
,"english_10k"
,"english_25k"
,"english_450k"
,"english_commonly_misspelled"
,"spanish"
,"spanish_1k"
,"spanish_10k"

File diff suppressed because it is too large Load diff