mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
add gust layout
This commit is contained in:
parent
de847fc314
commit
8baafa4543
1 changed files with 62 additions and 0 deletions
62
frontend/static/layouts/gust
Normal file
62
frontend/static/layouts/gust
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"keymapShowTopRow": false,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": [
|
||||
["`", "~"],
|
||||
["1", "!"],
|
||||
["2", "@"],
|
||||
["3", "#"],
|
||||
["4", "$"],
|
||||
["5", "%"],
|
||||
["6", "^"],
|
||||
["7", "&"],
|
||||
["8", "*"],
|
||||
["9", "("],
|
||||
["0", ")"],
|
||||
["[", "{"],
|
||||
["]", "}"]
|
||||
],
|
||||
"row2": [
|
||||
[";", ":"],
|
||||
["u", "U"],
|
||||
["o", "O"],
|
||||
["f", "F"],
|
||||
["j", "J"],
|
||||
["q", "Q"],
|
||||
["k", "K"],
|
||||
["l", "L"],
|
||||
["r", "R"],
|
||||
["v", "V"],
|
||||
["/", "?"],
|
||||
["=", "+"],
|
||||
["\\", "|"]
|
||||
],
|
||||
"row3": [
|
||||
["e", "E"],
|
||||
["i", "I"],
|
||||
["a", "A"],
|
||||
["c", "C"],
|
||||
["y", "Y"],
|
||||
["d", "D"],
|
||||
["h", "H"],
|
||||
["t", "T"],
|
||||
["n", "N"],
|
||||
["s", "S"],
|
||||
["-", "_"]
|
||||
],
|
||||
"row4": [
|
||||
[",", "<"],
|
||||
[".", ">"],
|
||||
["p", "P"],
|
||||
["g", "G"],
|
||||
["'", "\""],
|
||||
["b", "B"],
|
||||
["m", "M"],
|
||||
["w", "W"],
|
||||
["x", "X"],
|
||||
["z", "Z"]
|
||||
],
|
||||
"row5": [[" "]]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue