Skip to content

Commit 8baafa4

Browse files
authored
add gust layout
1 parent de847fc commit 8baafa4

File tree

1 file changed

+62
-0
lines changed
  • frontend/static/layouts

1 file changed

+62
-0
lines changed

frontend/static/layouts/gust

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"keymapShowTopRow": false,
3+
"type": "ansi",
4+
"keys": {
5+
"row1": [
6+
["`", "~"],
7+
["1", "!"],
8+
["2", "@"],
9+
["3", "#"],
10+
["4", "$"],
11+
["5", "%"],
12+
["6", "^"],
13+
["7", "&"],
14+
["8", "*"],
15+
["9", "("],
16+
["0", ")"],
17+
["[", "{"],
18+
["]", "}"]
19+
],
20+
"row2": [
21+
[";", ":"],
22+
["u", "U"],
23+
["o", "O"],
24+
["f", "F"],
25+
["j", "J"],
26+
["q", "Q"],
27+
["k", "K"],
28+
["l", "L"],
29+
["r", "R"],
30+
["v", "V"],
31+
["/", "?"],
32+
["=", "+"],
33+
["\\", "|"]
34+
],
35+
"row3": [
36+
["e", "E"],
37+
["i", "I"],
38+
["a", "A"],
39+
["c", "C"],
40+
["y", "Y"],
41+
["d", "D"],
42+
["h", "H"],
43+
["t", "T"],
44+
["n", "N"],
45+
["s", "S"],
46+
["-", "_"]
47+
],
48+
"row4": [
49+
[",", "<"],
50+
[".", ">"],
51+
["p", "P"],
52+
["g", "G"],
53+
["'", "\""],
54+
["b", "B"],
55+
["m", "M"],
56+
["w", "W"],
57+
["x", "X"],
58+
["z", "Z"]
59+
],
60+
"row5": [[" "]]
61+
}
62+
}

0 commit comments

Comments
 (0)