Add boo layout (#1589)

This commit is contained in:
Evan Callicoat 2021-07-04 10:00:13 -05:00 committed by GitHub
parent daadaf78c5
commit 5cf145c028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,5 +355,15 @@ const layouts = {
" "
],
},
boo: {
keymapShowTopRow: false,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}",
",<", ".>", "uU", "cC", "vV", "zZ", "fF", "dD", "lL", "yY", "?/", "=+", "\\|",
"aA", "oO", "eE", "sS", "gG", "pP", "nN", "tT", "rR", "iI", "-_",
"\\|", ";:", "xX", "'\"", "wW", "jJ", "bB", "hH", "mM", "kK", "qQ",
" "
],
},
}
export default layouts;