added handdown alt layout

https://sites.google.com/alanreiser.com/handsdown#h.7vp2l0jfbr5z
This commit is contained in:
ramnathk 2021-01-22 17:07:56 -08:00
parent eb0f8b84fe
commit 2ab60e33c2

View file

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