mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
feat(layout): add Swedish Colemak (kevinalavik) (#5410)
This commit is contained in:
parent
1f3ffd897f
commit
e99e283191
1 changed files with 12 additions and 0 deletions
|
|
@ -362,6 +362,18 @@
|
|||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"swedish_colemak": {
|
||||
"keymapShowTopRow": false,
|
||||
"matrixShowRightColumn": true,
|
||||
"type": "iso",
|
||||
"keys": {
|
||||
"row1": ["§½", "1!", "2\"", "3#", "4¤", "5%", "6&", "7/", "8(", "9)", "0=", "+?", "´`"],
|
||||
"row2": ["qQ", "wW", "fF", "pP", "gG", "jJ", "lL", "uU", "yY", "öÖ", "åÅ", "¨^"],
|
||||
"row3": ["aA", "rR", "sS", "tT", "dD", "hH", "nN", "eE", "iI", "oO", "äÄ", "'*"],
|
||||
"row4": ["<>", "zZ", "xX", "cC", "vV", "bB", "kK", "mM", ",;", ".:", "-_"],
|
||||
"row5": [" "]
|
||||
}
|
||||
},
|
||||
"swedish_dvorak": {
|
||||
"keymapShowTopRow": false,
|
||||
"type": "iso",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue