Added ISRT, Colemak-Qix, and ColemaQ

This commit is contained in:
humptyhump 2021-04-29 18:27:19 -04:00
parent 94d2c7ead9
commit c27eb46ea0
3 changed files with 14156 additions and 39 deletions

File diff suppressed because it is too large Load diff

10519
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -294,6 +294,36 @@ const layouts = {
"\\|", "яЯ", "чЧ", "сС", "мМ", "иИ", "тТ", "ьЬ", "бБ", "юЮ", ".,",
" "
]
}
},
ISRT: {
keymapShowTopRow: false,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
"yY", "cC", "lL", "mM", "kK", "zZ", "fF", "uU", ",<", "'\"", "[{", "]}", "\\|",
"iI", "sS", "rR", "tT", "gG", "pP", "nN", "eE", "aA", "oO", ";:",
"\\|", "vV", "wW", "dD", "jJ", "qQ", "bB", "hH", "/?", ".>", "xX",
" "
],
},
colemak_Qix: {
keymapShowTopRow: true,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "=+", "[{",
";:", "lL", "cC", "mM", "kK", "jJ", "fF", "uU", "yY", "qQ", "-_", "]}", "\\|",
"aA", "rR", "sS", "tT", "gG", "pP", "nN", "eE", "iI", "oO", "'\"",
"\\|", "xX", "wW", "dD", "vV", "zZ", "bB", "hH", "/?", ".>", ",<",
" "
],
},
colemaQ: {
keymapShowTopRow: true,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "=+", "[{",
";:", "wW", "fF", "pP", "bB", "jJ", "lL", "uU", "yY", "qQ", "-_", "]}", "\\|",
"aA", "rR", "sS", "tT", "gG", "mM", "nN", "eE", "iI", "oO", "'\"",
"\\|", "xX", "cC", "dD", "kK", "zZ", "vV", "hH", "/?", ".>", ",<",
" "
],
},
}
export default layouts;