mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 07:14:00 +08:00
Added prog_workman layout (#3270) Jelso13
As defined on https://workmanlayout.org/
This commit is contained in:
parent
211ab8ab8e
commit
e305e4846e
1 changed files with 11 additions and 0 deletions
|
@ -142,6 +142,17 @@
|
|||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"prog_workman": {
|
||||
"keymapShowTopRow": true,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": ["`~", "!1", "@2", "#3", "$4", "%5", "^6", "&7", "*8", "(9", ")0", "-_", "=+"],
|
||||
"row2": ["qQ", "dD", "rR", "wW", "bB", "jJ", "fF", "uU", "pP", ";:", "{[", "}]", "\\|"],
|
||||
"row3": ["aA", "sS", "hH", "tT", "gG", "yY", "nN", "eE", "oO", "iI", "'\""],
|
||||
"row4": ["zZ", "xX", "mM", "cC", "vV", "kK", "lL", ",<", ".>", "/?"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"turkish_q": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
|
|
Loading…
Reference in a new issue