mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
Add an ISEA version of MTGAP (#1953) by angularorbit
* Add an ISEA version of MTGAP This one closely resembles the one at https://mathematicalmulticore.wordpress.com/2011/01/04/starting-to-fully-optimize-the-keyboard/ but it isn't exactly it. * Swap the 'q' and the '[' in MTGAP ISEA * Update MTGAP_ISEA Swapped a few more characters. Changed the locations of 'B' and 'M', 'K', 'Z', '[{', ':?' in MTGAP ISEA.
This commit is contained in:
parent
521aff2d17
commit
067ce02ed7
1 changed files with 10 additions and 0 deletions
|
@ -285,6 +285,16 @@ const layouts = {
|
|||
" "
|
||||
]
|
||||
},
|
||||
MTGAP_ISEA: {
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
|
||||
"yY", "cC", "oO", "uU", "jJ", "kK", "lL", "dD", "pP", "wW", "qQ", "zZ", "\\|",
|
||||
"iI", "sS", "eE", "aA", ",;", "bB", "hH", "tT", "nN", "rR", "'\"",
|
||||
"\\|", "[{", "]}", "/<", ".>", ":?", "mM", "fF", "gG", "vV", "xX",
|
||||
" "
|
||||
]
|
||||
},
|
||||
soul: {
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
|
|
Loading…
Reference in a new issue