mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
layouts.js (#1982) by Typeacode
I made a keyboard layout for Indonesian where Indonesian doesn't have a keyboard layout. I named this keyboard layout ina because the most letters in Indonesia are a, n, and i. thank you for reading and seeing my keyboard layout, thank you very much🙏
This commit is contained in:
parent
224024b7fe
commit
468110ef7c
1 changed files with 10 additions and 0 deletions
|
@ -285,6 +285,16 @@ const layouts = {
|
|||
" "
|
||||
]
|
||||
},
|
||||
ina: {
|
||||
keymapShowTopRow: true,
|
||||
keys: [
|
||||
"`~", "1[", "2]", "3#", "4$", "5%", "6^", "7&", "8*", "9{", "0}", "qQ", "xX",
|
||||
"!+", "pP", "uU", "oO", "-_", "cC", "hH", "lL", "dD", "jJ", "zZ", "vV", "\\|",
|
||||
"iI", "nN", "eE", "aA", ",;", "mM", "tT", "kK", "rR", "sS", "'\"",
|
||||
"\\|", "=(", "@)", ":<", ".>", "?/", "gG", "bB", "yY", "wW", "fF",
|
||||
" "
|
||||
]
|
||||
},
|
||||
soul: {
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
|
|
Loading…
Reference in a new issue