mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
Give a new update to ina layout (#2000) by Typeacode
* layouts.js
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🙏
* layout
give a new update to ina layout
* layout.js
* layout.js
Give a new update to ina layout
* layout.js
gave some updates to the ina layout!
Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
parent
063d2eceed
commit
7918dafc60
1 changed files with 4 additions and 4 deletions
|
@ -286,12 +286,12 @@ const layouts = {
|
|||
]
|
||||
},
|
||||
ina: {
|
||||
keymapShowTopRow: true,
|
||||
keymapShowTopRow: false,
|
||||
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",
|
||||
"!+", "pP", "uU", "oO", "-_", "jJ", "bB", "lL", "mM", "yY", "zZ", "vV", "\\|",
|
||||
"iI", "nN", "eE", "aA", ",;", "dD", "tT", "kK", "rR", "sS", "'\"",
|
||||
"\\|", "=(", "@)", ":<", ".>", "?/", "gG", "hH", "cC", "wW", "fF",
|
||||
" "
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue