mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-07 19:38:09 +08:00
Add Gallaya Layout(s) (#4115) dunk2k
* Update _list.json Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions. * Update _list.json Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.
This commit is contained in:
parent
8dabe6b8d4
commit
9e0da3b25c
1 changed files with 33 additions and 0 deletions
|
|
@ -1386,6 +1386,39 @@
|
|||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"gallaya_angle_ansi": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["bB", "lL", "dD", "cC", "qQ", "jJ", "fF", "oO", "uU", ",<", "[{", "]}", "\\|"],
|
||||
"row3": ["nN", "rR", "sS", "fF", "gG", "pP", "hH", "aA", "eE", "iI", "/?"],
|
||||
"row4": ["xX", "mM", "wW", "vV", "zZ", "kK", "yY", "'\"", ";:", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"gallaya_angle_iso": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "iso",
|
||||
"keys": {
|
||||
"row1": ["`¬", "1!", "2\"", "3£", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["bB", "lL", "dD", "cC", "zZ", "jJ", "fF", "oO", "uU", ",<", "[{", "]}" ],
|
||||
"row3": ["nN", "rR", "sS", "fF", "gG", "pP", "hH", "aA", "eE", "iI", "/?", "#~"],
|
||||
"row4": ["qQ", "xX", "mM", "wW", "vV", "\\|", "kK", "yY", "'@", ";:", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"gallaya_matrix": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
|
||||
"row2": ["bB", "lL", "dD", "cC", "zZ", "jJ", "fF", "oO", "uU", ",<", "[{", "]}", "\\|"],
|
||||
"row3": ["nN", "rR", "sS", "fF", "gG", "pP", "hH", "aA", "eE", "iI", "/?"],
|
||||
"row4": ["qQ", "xX", "mM", "wW", "vV", "kK", "yY", "'\"", ";:", ".>"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"nila": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue